This commit is contained in:
2024-11-17 23:05:36 +01:00
parent 1dc04e7541
commit ac77356c4c

View File

@@ -90,11 +90,6 @@ class TwitchService:
try: try:
eventsub.start() eventsub.start()
logger.info("Unsubscribe from all events...")
await eventsub.unsubscribe_all()
await sleep(5)
logger.info("Unsubscribe from all events done")
logger.info("Subscribe to events...") logger.info("Subscribe to events...")
await gather( await gather(
*[self.subscribe_to_streamer(eventsub, streamer) for streamer in streamers] *[self.subscribe_to_streamer(eventsub, streamer) for streamer in streamers]