subscribe after ws conection

This commit is contained in:
Vlad Stan 2023-03-29 14:41:51 +03:00
parent e04b9dc448
commit 21ecf6c3c7

View file

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