This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wsfwd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make ctrl-c work properly..
main
John-Mark Gurney
3 years ago
parent
fd2c5f9fba
commit
c6f81e4f5f
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
wsfwd/__init__.py
+ 4
- 1
wsfwd/__init__.py
View File
@@ -720,7 +720,10 @@ def real_main():
hypercornargs.append('%s:app' % __name__)
hypercorn_main(sys_args=hypercornargs)
return
async def normalexit():
sys.exit(0)
return normalexit()
parser.print_usage()
async def fun():
Write
Preview
Loading…
Cancel
Save