We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c8d26 commit 03d98d5Copy full SHA for 03d98d5
examples/example.py
@@ -26,5 +26,4 @@
26
import asyncio
27
conf = hypercorn.Config()
28
conf.bind = ["0.0.0.0:9080"]
29
- coro = hypercorn.asyncio.serve(app, conf)
30
- asyncio.run(coro)
+ asyncio.run(hypercorn.asyncio.serve(app, conf))
0 commit comments