Fix linting

This commit is contained in:
yangdx
2025-03-27 13:26:18 +08:00
parent 987cb585e7
commit affc313a88

View File

@@ -59,6 +59,7 @@ config.read("config.ini")
# Global authentication configuration # Global authentication configuration
auth_configured = bool(auth_handler.accounts) auth_configured = bool(auth_handler.accounts)
def create_app(args): def create_app(args):
# Setup logging # Setup logging
logger.setLevel(args.log_level) logger.setLevel(args.log_level)