parent
c9eb1a2e9c
commit
57554aba57
1 changed files with 2 additions and 2 deletions
|
@ -141,9 +141,9 @@ class EvoSession:
|
|||
client_v2._user_account = None # noqa: SLF001
|
||||
|
||||
await client_v2.login()
|
||||
await self.save_auth_tokens()
|
||||
self.client_v2 = client_v2 # only set attr if authentication succeeded
|
||||
|
||||
self.client_v2 = client_v2
|
||||
await self.save_auth_tokens()
|
||||
|
||||
self.client_v1 = ev1.EvohomeClient(
|
||||
username,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue