This commit is contained in:
Womsxd 2022-08-31 17:11:49 +08:00
parent 4aa52f59fb
commit 6669f65d31
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68

View File

@ -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更新完毕')