Add sleep before start syncronize

This commit is contained in:
2024-09-30 23:44:53 +02:00
parent 207de549ab
commit 3cf224f238

View File

@@ -93,6 +93,8 @@ async def syncronize(twitch: TwitchConfig, discord_guild_id: int):
async def start_synchronizer(): async def start_synchronizer():
await sleep(5)
while True: while True:
try: try:
for streamer in config.STREAMERS: for streamer in config.STREAMERS: