1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 07:10:09 -07:00

Update wideq/core.py

This commit is contained in:
Marcio Granzotto Rodrigues 2021-03-22 16:17:59 -03:00 committed by GitHub
parent 6197fa42d1
commit 235fb0f231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,6 @@ class Gateway(object):
country=country, country=country,
language=language, language=language,
) )
print(json.dumps(gw))
return cls(gw["empUri"], gw["thinq2Uri"], country, language) return cls(gw["empUri"], gw["thinq2Uri"], country, language)
def oauth_url(self): def oauth_url(self):