Bläddra i källkod

配置本地模式默认值设置问题

xiongweixp 8 månader sedan
förälder
incheckning
91312cd9ac
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      erniecli.py

+ 2 - 0
erniecli.py

@@ -66,6 +66,8 @@ def set_config():
     choose_local = input("\033[1;35m是否需要配置本地模式?(y/N)")
     if choose_local == "y":
         USE_LOCAL = True
+    else:
+        USE_LOCAL = False
 
     choice_ernie = input("\033[1;34m是否需要配置ernie?(y/N)")
     if choice_ernie == "y":