add discover people based on wot, update dependencies (get rid of secp256k1 for now), update nostr-sdk

This commit is contained in:
Believethehype
2024-06-14 18:50:04 +02:00
parent b21a5a1055
commit 738768749a
9 changed files with 656 additions and 21 deletions

View File

@@ -74,7 +74,7 @@ def check_server_status(jobID, address) -> str | pd.DataFrame:
if log != "":
print(log)
# WAITING = 0, RUNNING = 1, FINISHED = 2, ERROR = 3
asyncio.sleep(1.0)
time.sleep(1.0)
if status == 2: