swapped server back to dev server on this branch. Added more json parsing to the downloadReturn function.

This commit is contained in:
Dan
2020-08-07 01:45:58 -04:00
parent f539f00752
commit 5a319c8eb6
2 changed files with 20 additions and 3 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)