liqian 3 năm trước cách đây
mục cha
commit
e86fa0dd39
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()