design & fixes

This commit is contained in:
www
2020-08-30 17:39:15 +00:00
parent 58c22cd3c8
commit 79754877e5
14 changed files with 31661 additions and 96 deletions

2
run.py
View File

@@ -5,5 +5,5 @@ if __name__ == "__main__":
if len(sys.argv) > 1 and sys.argv[1] == "build":
freezer.freeze()
else:
app.run(host='0.0.0.0',port=4444, debug=True)
app.run(host='0.0.0.0',port=8002, debug=True)