liqian il y a 3 ans
Parent
commit
e86fa0dd39
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()