1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 22:47:22 +08:00

Fix: [Tmp] island production time after process

This commit is contained in:
sui-feng-cb
2025-10-20 12:12:21 +08:00
parent 66d83266e1
commit 94ca877535

View File

@@ -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