mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 16:11:24 +02:00
Fix checks
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user