Skip to content

Commit

Permalink
exit(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Mar 17, 2024
1 parent 42b4ee1 commit 74b3461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ async def call_hook_from_choice(url_choices: tuple[str]):

# Simulate a long running application, can also use loop.run_forver() to test
asyncio.run(asyncio.sleep(100))
exit(1)
exit(0)

0 comments on commit 74b3461

Please sign in to comment.