Fix linting

This commit is contained in:
yangdx
2025-03-23 00:30:18 +08:00
parent 31c7923067
commit ba07ec86a5
4 changed files with 17 additions and 17 deletions

View File

@@ -439,7 +439,7 @@ def create_app(args):
},
"update_status": update_status,
"core_version": core_version,
"api_version": __api_version__
"api_version": __api_version__,
}
# Custom StaticFiles class to prevent caching of HTML files