|
@ -537,6 +537,7 @@ class Client: |
|
|
|
|
|
|
|
|
_log.info('logging in using static token') |
|
|
_log.info('logging in using static token') |
|
|
|
|
|
|
|
|
|
|
|
if self.loop is _loop: |
|
|
await self._async_setup_hook() |
|
|
await self._async_setup_hook() |
|
|
|
|
|
|
|
|
data = await self.http.static_login(token.strip()) |
|
|
data = await self.http.static_login(token.strip()) |
|
|