liqian 3 years ago
parent
commit
e86fa0dd39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -159,7 +159,7 @@ class ProductionConfig(BaseConfig):
 
 
 def set_config():
-    #return DevelopmentConfig()
+    # return DevelopmentConfig()
     # return TestConfig()
     # return PreProductionConfig()
     return ProductionConfig()