mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Fix: [Tmp] island production time after process
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user