diff --git a/async_demo.py b/async_demo.py index 1f25478..de361f8 100644 --- a/async_demo.py +++ b/async_demo.py @@ -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)