more adjustments

This commit is contained in:
Believethehype
2024-06-07 23:45:26 +02:00
parent 8d1ab44b24
commit 8daaba0f7e
17 changed files with 269 additions and 224 deletions

View File

@@ -1,3 +1,4 @@
import asyncio
import json
import time
from datetime import timedelta
@@ -85,7 +86,7 @@ def init():
if len(events) == 0:
response = False
time.sleep(1.0)
asyncio.sleep(1.0)
continue
else:
if events[0].content() == "[]":