This commit is contained in:
2024-08-10 04:30:58 +02:00
parent a8a749149c
commit e622eea352

View File

@@ -194,6 +194,8 @@ class TwitchService:
await eventsub.stop() await eventsub.stop()
await self.twitch.close() await self.twitch.close()
raise RuntimeError("Twitch service stopped")
@classmethod @classmethod
async def start(cls): async def start(cls):
logger.info("Starting Twitch service...") logger.info("Starting Twitch service...")