mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 01:23:34 +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:
|
Returns:
|
||||||
bool:
|
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