This commit is contained in:
2025-01-07 19:54:11 +01:00
parent e789a83967
commit cde3b67411
2 changed files with 1 additions and 2 deletions

View File

@@ -137,7 +137,6 @@ class TwitchService:
await self._check_token()
finally:
logger.info("Twitch service stopping...")
await wait_for(self.stop(eventsub), timeout=5)
@classmethod