Structure synchronised with Apache server on Zume. Styles improved. Store removed from app2.py

This commit is contained in:
2024-04-30 14:49:05 +01:00
parent 6f6fbbcca9
commit 7b4d1ae1b0
43 changed files with 5682 additions and 30 deletions

6
app.py
View File

@@ -713,6 +713,6 @@ def error_403():
# Onload
if __name__ == '__main__':
# app.run()
app.run(debug=True, host="0.0.0.0", port=5000)
if True or __name__ == '__main__':
app.run()
# app.run(debug=True, host="0.0.0.0", port=5000)