mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 04:05:36 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -88,7 +88,7 @@ class CampaignEvent(CampaignStatus):
|
||||
return False
|
||||
|
||||
now = datetime.now().replace(microsecond=0)
|
||||
logger.attr('Event_Time_limit', f'{now} -> {limit}')
|
||||
logger.attr('Event_time_limit', f'{now} -> {limit}')
|
||||
if now > limit:
|
||||
logger.hr(f'Reach event time limit: {limit}')
|
||||
self._disable_tasks(tasks)
|
||||
|
||||
Reference in New Issue
Block a user