1
0
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:
nEEtdo0d
2022-03-12 11:56:09 -05:00
parent 7a5e61abf8
commit 5ae02cb3e1

View File

@@ -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