mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-28 16:09:39 +00:00
Make sure to set WS running before waiting for login
This commit is contained in:
@@ -277,8 +277,8 @@ class WebsocketPool:
|
||||
return self._running.wait()
|
||||
|
||||
async def start(self):
|
||||
await self._twitch.wait_until_login()
|
||||
self._running.set()
|
||||
await self._twitch.wait_until_login()
|
||||
# Add default topics
|
||||
assert self._twitch._user_id is not None
|
||||
user_id = self._twitch._user_id
|
||||
|
||||
Reference in New Issue
Block a user