Merged dev and switched server to waitress for production

This commit is contained in:
Dan
2020-08-07 02:36:26 -04:00
parent f6387a2b7e
commit 8ad40e74ba

View File

@@ -231,5 +231,5 @@ def test():
return jsonify(mangaInfo) return jsonify(mangaInfo)
if __name__ == "__main__": if __name__ == "__main__":
app.run(host='0.0.0.0', debug=True) #app.run(host='0.0.0.0', debug=True)
#serve(app, host='0.0.0.0', port=8000) serve(app, host='0.0.0.0', port=8000)