mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
code cleanup
This commit is contained in:
@@ -107,6 +107,5 @@ if not os.path.exists(PROJECT_LOGS_FOLDER):
|
||||
|
||||
if __name__ == '__main__':
|
||||
# run app instance
|
||||
# app.run(host=FLASK_HOST, port=FLASK_PORT)
|
||||
server = pywsgi.WSGIServer((FLASK_HOST, FLASK_PORT), app)
|
||||
server.serve_forever()
|
||||
|
||||
Reference in New Issue
Block a user