refactor
This commit is contained in:
parent
7697fed0cb
commit
ecc979b4ac
5
run_waitress.py
Normal file
5
run_waitress.py
Normal file
@ -0,0 +1,5 @@
|
||||
from waitress import serve
|
||||
from app import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
serve(app, listen='*:5580', threads=4, ident="")
|
Loading…
x
Reference in New Issue
Block a user