mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-08 05:14:35 +00:00
Stop logging websocket connection retry exceptions
This commit is contained in:
@@ -130,8 +130,7 @@ class Websocket:
|
||||
aiohttp.ClientConnectionError,
|
||||
):
|
||||
ws_logger.info(
|
||||
f"Websocket[{self._idx}] connection problem (sleep: {round(delay)}s)",
|
||||
exc_info=True,
|
||||
f"Websocket[{self._idx}] connection problem (sleep: {round(delay)}s)"
|
||||
)
|
||||
await asyncio.sleep(delay)
|
||||
except RuntimeError:
|
||||
|
||||
Reference in New Issue
Block a user