소스 검색

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

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":