mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 02:30:09 +08:00
Merge branch 'dev' into exercise_period_ocr
This commit is contained in:
@@ -218,10 +218,10 @@ class Exercise(ExerciseCombat):
|
|||||||
admiral_start, admiral_end = admiral_interval
|
admiral_start, admiral_end = admiral_interval
|
||||||
|
|
||||||
if admiral_start > int(remain_time.total_seconds() // 3600) >= admiral_end: #set time for getting admiral
|
if admiral_start > int(remain_time.total_seconds() // 3600) >= admiral_end: #set time for getting admiral
|
||||||
logger.info(f'Reach set time for admiral trial, using all attempts.')
|
logger.info('Reach set time for admiral trial, using all attempts.')
|
||||||
self.preserve = 0
|
self.preserve = 0
|
||||||
elif int(remain_time.total_seconds() // 3600) < 6: #if not set to "sun18", still depleting at sunday 18pm.
|
elif int(remain_time.total_seconds() // 3600) < 6: #if not set to "sun18", still depleting at sunday 18pm.
|
||||||
logger.info(f'Exercise period remain less than 6 hours, using all attempts.')
|
logger.info('Exercise period remain less than 6 hours, using all attempts.')
|
||||||
self.preserve = 0
|
self.preserve = 0
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user