hardcoded updates

This commit is contained in:
buenosairesam
2025-05-08 22:58:56 -03:00
parent 706ed2039c
commit 0b9f23fafd
4 changed files with 18 additions and 32 deletions

View File

@@ -2,5 +2,4 @@
from dmweb import create_app
app = create_app()
app.run(host='0.0.0.0', debug=True, threaded=True)
app.run(host="0.0.0.0", debug=True, threaded=True, port=10000)