liqian 3 éve
szülő
commit
dcfc87f870
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      config.py

+ 2 - 2
config.py

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