1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-15 06:32:11 +08:00

Fix: [Tmp] island production time after process

This commit is contained in:
2025-10-20 12:12:21 +08:00
parent 06d9ea7029
commit 68fd3032d4

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