From 6669f65d319576712e6909e5dc2c8213573ad683 Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:11:49 +0800 Subject: [PATCH] fix --- config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.py b/config.py index d7365ae..a746f45 100644 --- a/config.py +++ b/config.py @@ -85,8 +85,7 @@ def update_config(): continue config['games']['cn'][i] = config_json['games']['cn'][i] config['games']['os'] = config_json['games']['os'] - config['cloud_genshin']['token'] = config_json['cloud_genshin']['token'] - config['cloud_genshin']['enable'] = config_json['cloud_genshin']['enable'] + config = config_v7_update(config) print(config) save_config() log.info('config更新完毕')