mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Fix: weekday value for Sunday is 6; Monday is 0
This commit is contained in:
@@ -66,4 +66,4 @@ class MeowfficerBase(UI):
|
||||
Returns:
|
||||
bool:
|
||||
"""
|
||||
return get_server_next_update(self.config.Scheduler_ServerUpdate).weekday() == 0
|
||||
return get_server_next_update(self.config.Scheduler_ServerUpdate).weekday() == 6
|
||||
|
||||
Reference in New Issue
Block a user