Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
[update] 将「、」修改为「 」
Browse files Browse the repository at this point in the history
  • Loading branch information
This-is-XiaoDeng committed Mar 19, 2023
1 parent 1c0d12f commit 1b5d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Core/plugins/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def lang_handle(bot: Bot, event: MessageEvent, message: Message = CommandA
f"兼容性:{found_key} / {key_length} {round(found_key / key_length * 100)}%"
)))
if missing_keys:
await lang.finish("缺失的键:" + "".join(missing_keys))
await lang.finish("缺失的键:" + " ".join(missing_keys))
else:
await lang.finish()

Expand Down

0 comments on commit 1b5d5b9

Please sign in to comment.