mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: [Tmp] island production time after process
This commit is contained in:
parent
66d83266e1
commit
94ca877535
@ -135,6 +135,8 @@ class IslandProductionTime(Duration):
|
||||
result = super().after_process(result)
|
||||
if result == '0:40:00':
|
||||
result = '01:40:00'
|
||||
elif result == '05:7:15':
|
||||
result = '05:47:45'
|
||||
return result
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user