subscribe after ws conection

This commit is contained in:
Vlad Stan 2023-03-29 14:41:51 +03:00
parent 87c0477b33
commit 1d099d19c4

View file

@ -46,7 +46,7 @@ def nostrmarket_start():
async def _wait_for_nostr_events():
# wait for this extension to initialize
await asyncio.sleep(5)
await asyncio.sleep(15)
await wait_for_nostr_events(nostr_client)
loop = asyncio.get_event_loop()