This commit is contained in:
Mateusz Gruszczyński
2025-11-04 10:22:32 +01:00
parent bb3aa9f179
commit 411291c8b9

2
app.py
View File

@@ -246,7 +246,7 @@ if __name__ == '__main__':
app.run(
host='::',
port=5000,
ssl_context=ssl_context,
ssl_context=None,
debug=DEBUG,
use_reloader=DEBUG
)