mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
use waitress instead of wsgiref
This commit is contained in:
2
app.py
2
app.py
@@ -64,4 +64,4 @@ if __name__ == "__main__":
|
||||
_, configpath, host, port = sys.argv
|
||||
|
||||
app = init_app(configpath)
|
||||
run(app=app, host=host, port=port, debug=True)
|
||||
run(app=app, host=host, port=port, server="waitress")
|
||||
|
||||
@@ -3,3 +3,4 @@ apscheduler
|
||||
pytz
|
||||
tzlocal
|
||||
tox
|
||||
waitress
|
||||
|
||||
Reference in New Issue
Block a user