Browse Source

format code

luojunhui 3 weeks ago
parent
commit
215351c417
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vector_app.py

+ 2 - 1
vector_app.py

@@ -33,5 +33,6 @@ async def shutdown():
 
 # 注册路由
 from routes import server_bp
-app.config['MAX_CONTENT_LENGTH'] = 100 * 1024 * 1024
+
+app.config["MAX_CONTENT_LENGTH"] = 100 * 1024 * 1024
 app.register_blueprint(server_bp)