瀏覽代碼

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

xiongweixp 8 月之前
父節點
當前提交
91312cd9ac
共有 1 個文件被更改,包括 2 次插入0 次删除
  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":