major claude changes

This commit is contained in:
2026-01-28 21:55:10 -05:00
parent 3f311980db
commit 2dbd3ea53f
41 changed files with 1235 additions and 278 deletions

2
app.py
View File

@@ -6,7 +6,7 @@ HOST = '0.0.0.0'
if __name__ == '__main__':
app.run(
debug=True,
debug=app.config.get('DEBUG', False),
host=HOST,
port=PORT,
use_reloader=True