Browse Source

Automatic formatting commit: 2020-10-13T11:16:26.837467

Getty Ritter 3 years ago
parent
commit
2c3fe25b9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lc/config.py

+ 1 - 1
lc/config.py

@@ -33,7 +33,7 @@ class App:
             static_folder=os.path.join(os.getcwd(), config.static_path),
             static_folder=os.path.join(os.getcwd(), config.static_path),
         )
         )
         # 16MB
         # 16MB
-        app.config['MAX_CONTENT_LENGTH'] = 16 * 1024 * 1024
+        app.config["MAX_CONTENT_LENGTH"] = 16 * 1024 * 1024
         app.secret_key = config.secret_key
         app.secret_key = config.secret_key
         return App(
         return App(
             config=config,
             config=config,