got buttons working on index. Starting working on css and page layout. Temporarily swithed back to dev server instead of waitress

This commit is contained in:
Dan
2020-07-29 20:42:42 -04:00
parent 2aeb04b6f6
commit 422b2a111c
3 changed files with 41 additions and 6 deletions

View File

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