mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-14 15:14:28 -04:00
Fix problems with refresh token
This commit is contained in:
parent
767cbe35de
commit
c4e8038652
4 changed files with 9 additions and 8 deletions
|
@ -75,7 +75,7 @@ class HonAPI:
|
|||
self._hon_handler = await HonConnectionHandler(
|
||||
self._email,
|
||||
self._password,
|
||||
self._session,
|
||||
session=self._session,
|
||||
mobile_id=self._mobile_id,
|
||||
).create()
|
||||
return self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue