Refactor and translate comments and docstrings in utility modules to English for better clarity and maintainability. Update Gunicorn and application startup messages for consistency in language. Enhance documentation with English translations for better accessibility.
This commit is contained in:
@@ -69,7 +69,7 @@ app = create_app()
|
||||
|
||||
|
||||
def main():
|
||||
"""启动应用"""
|
||||
"""Start application"""
|
||||
# Keep startup messages ASCII-only and short.
|
||||
print("QuantDinger Python API v2.2.2")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user