From e7da8a2d132bb720c150e46e964fcc97614c4ca2 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Tue, 12 Jul 2022 22:00:11 +0200 Subject: [PATCH] Imagine mistaking Twitch and Twitter together, oh wait --- twitch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitch.py b/twitch.py index 2d40d68..94144f0 100644 --- a/twitch.py +++ b/twitch.py @@ -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: