mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-14 15:14:28 -04:00
Fix checks
This commit is contained in:
parent
c4e8038652
commit
e225a850bc
2 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ class HonAuth:
|
|||
except exceptions.HonNoAuthenticationNeeded:
|
||||
return
|
||||
|
||||
async def refresh(self, refresh_token="") -> bool:
|
||||
async def refresh(self, refresh_token: str = "") -> bool:
|
||||
if refresh_token:
|
||||
self._auth.refresh_token = refresh_token
|
||||
params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue