mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 17:09:36 +00:00
Imagine mistaking Twitch and Twitter together, oh wait
This commit is contained in:
@@ -870,10 +870,10 @@ class Twitch:
|
||||
yield response
|
||||
return
|
||||
delay = next(backoff)
|
||||
self.print(f"Twitter is down, retrying in {round(delay)} seconds...")
|
||||
self.print(f"Twitch is down, retrying in {round(delay)} seconds...")
|
||||
except asyncio.TimeoutError:
|
||||
delay = next(backoff)
|
||||
self.print(f"Cannot connect to Twitter, retrying in {round(delay)} seconds...")
|
||||
self.print(f"Cannot connect to Twitch, retrying in {round(delay)} seconds...")
|
||||
except aiohttp.ClientConnectionError as exc:
|
||||
cause = exc
|
||||
if delay is not None:
|
||||
|
||||
Reference in New Issue
Block a user