This commit is contained in:
2024-08-09 22:44:26 +02:00
parent 674b44089f
commit 612d07a6c4
2 changed files with 15 additions and 10 deletions

View File

@@ -62,8 +62,9 @@ class TwitchService:
@classmethod
async def start(cls):
twith = await cls.authorize()
print("Starting Twitch service...")
twith = await cls.authorize()
await cls(twith).run()