Skip to content

Commit

Permalink
call a running loop
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 29, 2025
1 parent 055e3cf commit d18cb49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/mobileWallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ async def _request():
):
pass

asyncio.create_task(_request())
loop = asyncio.get_event_loop()
loop.create_task(_request())

0 comments on commit d18cb49

Please sign in to comment.