Przeglądaj źródła

update set config

liqian 3 lat temu
rodzic
commit
525c0ef6f4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      config.py

+ 2 - 2
config.py

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