mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-06 07:44:22 +01:00
more adjustments
This commit is contained in:
@@ -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() == "[]":
|
||||
|
||||
Reference in New Issue
Block a user