1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-28 04:50:23 -07:00

missing language functions

This commit is contained in:
Michael Wei 2021-01-03 04:16:49 +00:00
parent 0e5db00f05
commit 6e38538d65

View File

@ -224,7 +224,7 @@ def thinq_request(
session_id=None,
user_number=None,
country=DEFAULT_COUNTRY,
language=DEFAULT_LANGUAGE,
language=DEFAULT_LANGUAGE
):
"""Make an HTTP request in the format used by the API servers.
@ -486,6 +486,8 @@ class Session(object):
data,
self.auth.access_token,
user_number=self.auth.user_number,
country=self.auth.gateway.country,
language=self.auth.gateway.language
)
def get(self, path):