mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-07 12:43:35 +08:00
🐛 修复某些情况下的错误
This commit is contained in:
parent
bfa2c7e00c
commit
80507ebb5a
@ -220,9 +220,13 @@ async def get_global_val(
|
||||
all_bot_self_id[bot_id].append(bot_self_id)
|
||||
|
||||
for bot_id_path in global_val_path.iterdir():
|
||||
if not bot_id_path.is_dir():
|
||||
continue
|
||||
if bot_id_path.name not in all_bot_self_id:
|
||||
all_bot_self_id[bot_id_path.name] = []
|
||||
for bot_self_id_path in bot_id_path.iterdir():
|
||||
if not bot_id_path.is_dir():
|
||||
continue
|
||||
if (
|
||||
bot_self_id_path.name
|
||||
not in all_bot_self_id[bot_id_path.name]
|
||||
|
1378
gsuid_core_core.svg
1378
gsuid_core_core.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 96 KiB |
Loading…
x
Reference in New Issue
Block a user