mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-05 03:49:37 +00:00
Add missing error message print
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user