fix:紧急修改拼写错误

This commit is contained in:
minecraft1024a
2025-08-21 13:42:16 +08:00
parent a91c15f94c
commit 43563925e8
3 changed files with 3 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ class ScheduleManager:
def is_sleeping(self) -> bool:
"""检查当前是否处于休眠时间(日程表的第一项或最后一项)"""
if not global_config.schedule.enabe_is_sleep:
if not global_config.schedule.enable_is_sleep:
return False
if not self.today_schedule:
return False