mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-20 07:21:24 +02:00
Fix problems with refresh token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user