Checkpoint, fixing reset token handling broken in earlier edits.

This commit is contained in:
Leo Vasanko
2025-08-06 09:55:14 -06:00
parent c42864794a
commit cf138d90c5
11 changed files with 392 additions and 170 deletions

View File

@@ -24,7 +24,7 @@ def main():
host=args.host,
port=args.port,
reload=args.dev,
log_level="debug" if args.dev else "info",
log_level="info",
)