mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-05 11:59:37 +00:00
Fix a theorethical hang during app initialization
This commit is contained in:
@@ -336,7 +336,6 @@ class WebsocketPool:
|
||||
return self._running.wait()
|
||||
|
||||
async def start(self):
|
||||
await self._twitch.wait_until_login()
|
||||
self._running.set()
|
||||
await asyncio.gather(*(ws.start() for ws in self.websockets))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user