1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 19:44:04 +08:00

Fix: Increase exchange_interval time from 0.5 to 1.5, count 1 to 3

This commit is contained in:
nEEtdo0d
2021-02-06 10:37:52 -05:00
parent 94cdd86087
commit c428134ff9

View File

@@ -223,7 +223,7 @@ class GuildLogistics(GuildBase):
""" """
logger.hr('Guild logistics') logger.hr('Guild logistics')
confirm_timer = Timer(1.5, count=3).start() confirm_timer = Timer(1.5, count=3).start()
exchange_interval = Timer(0.5, count=1) exchange_interval = Timer(1.5, count=3)
supply_checked = False supply_checked = False
mission_checked = False mission_checked = False
exchange_checked = False exchange_checked = False