This commit is contained in:
2025-11-06 23:26:27 +03:00
parent 000e5f7619
commit 1c66caa7e0

View File

@ -87,7 +87,8 @@ async def start():
while True:
json_data = await json_read_async("info.json")
await main(json_data)
await asyncio.sleep(120)
print("sleep 600 seconds")
await asyncio.sleep(600)
if __name__ == "__main__":