subscribe after ws conection
This commit is contained in:
parent
e04b9dc448
commit
21ecf6c3c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue