From 1e552919ac4a2ed098b2d7b004eaf14da739468f Mon Sep 17 00:00:00 2001 From: DevilXD Date: Sun, 23 Jan 2022 13:31:02 +0100 Subject: [PATCH] Add missing error message print --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch.py b/twitch.py index 34f24e6..4e5086a 100644 --- a/twitch.py +++ b/twitch.py @@ -329,7 +329,7 @@ class Twitch: succeeded = await channel.send_watch() if not succeeded: # this usually means there are connection problems - self.gui.print() + self.gui.print("Connection problems, retrying in 60 seconds...") await self._watch_sleep(60) continue last_watch = time()