mirror of
https://github.com/no2chem/wideq.git
synced 2025-06-01 06:50:15 -07:00
missing language functions
This commit is contained in:
parent
0e5db00f05
commit
6e38538d65
@ -224,7 +224,7 @@ def thinq_request(
|
|||||||
session_id=None,
|
session_id=None,
|
||||||
user_number=None,
|
user_number=None,
|
||||||
country=DEFAULT_COUNTRY,
|
country=DEFAULT_COUNTRY,
|
||||||
language=DEFAULT_LANGUAGE,
|
language=DEFAULT_LANGUAGE
|
||||||
):
|
):
|
||||||
"""Make an HTTP request in the format used by the API servers.
|
"""Make an HTTP request in the format used by the API servers.
|
||||||
|
|
||||||
@ -486,6 +486,8 @@ class Session(object):
|
|||||||
data,
|
data,
|
||||||
self.auth.access_token,
|
self.auth.access_token,
|
||||||
user_number=self.auth.user_number,
|
user_number=self.auth.user_number,
|
||||||
|
country=self.auth.gateway.country,
|
||||||
|
language=self.auth.gateway.language
|
||||||
)
|
)
|
||||||
|
|
||||||
def get(self, path):
|
def get(self, path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user