Explorar el Código

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

xiongweixp hace 8 meses
padre
commit
91312cd9ac
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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":