mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
Fix: [Tmp] island production time after process
This commit is contained in:
parent
ea37d4e9d9
commit
1c01b52cd5
@ -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