Fix problems with refresh token

This commit is contained in:
Andre Basche 2024-02-11 02:02:47 +01:00
parent 767cbe35de
commit c4e8038652
4 changed files with 9 additions and 8 deletions

View file

@ -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