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