mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-07 20:45:57 +08:00
🐛 修复错误
This commit is contained in:
parent
5cbc728363
commit
5f09053196
@ -103,6 +103,8 @@ class StringConfig:
|
||||
|
||||
for key in self.config_list:
|
||||
defalut_dict = to_builtins(self.config_list[key])
|
||||
if key not in temp_config:
|
||||
continue
|
||||
if list(temp_config[key].keys()) == list(defalut_dict.keys()):
|
||||
continue
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user