This commit is contained in:
Mateusz Gruszczyński
2025-02-24 23:08:03 +01:00
parent 1efc3341b4
commit d1d0ccc311
38 changed files with 2251 additions and 1428 deletions

2
app.py
View File

@@ -1077,6 +1077,6 @@ if __name__ == '__main__':
db.create_all()
app.run(
host='0.0.0.0',
port=8888,
port=5580,
use_reloader=False,
)