mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
feat: 忽略键盘中断类错误
This commit is contained in:
parent
f15bd985af
commit
f6ee13c263
@ -141,3 +141,5 @@ def set_profile(key: str, value: str) -> bool:
|
|||||||
elif key == "timezone":
|
elif key == "timezone":
|
||||||
if value in pytz.all_timezones:
|
if value in pytz.all_timezones:
|
||||||
return True
|
return True
|
||||||
|
elif key == "nickname":
|
||||||
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user