mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 17:09:36 +00:00
Add a message about the currently watched channel going offline
This commit is contained in:
@@ -203,6 +203,7 @@ class Twitch:
|
||||
logger.info(f"{channel.name} goes OFFLINE")
|
||||
channel.set_offline()
|
||||
if self.is_currently_watching(channel):
|
||||
print(f"{channel.name} goes OFFLINE, switching...")
|
||||
# change the channel if we're currently watching it
|
||||
self._channel_change.set()
|
||||
elif msg_type == "stream-up":
|
||||
|
||||
Reference in New Issue
Block a user