mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Reset interval to avoid logging exchange info frequently
This commit is contained in:
parent
328810219a
commit
5dd017bb7d
@ -233,9 +233,11 @@ class GuildLogistics(GuildBase):
|
||||
# Handle all popups
|
||||
if self.handle_popup_confirm('GUILD_LOGISTICS'):
|
||||
confirm_timer.reset()
|
||||
exchange_interval.reset()
|
||||
continue
|
||||
if self.appear_then_click(GET_ITEMS_1, interval=2):
|
||||
confirm_timer.reset()
|
||||
exchange_interval.reset()
|
||||
continue
|
||||
if self.appear_then_click(GUILD_MISSION_SELECT, offset=(20, 20), interval=2):
|
||||
# Select guild mission for guild leader
|
||||
|
||||
Loading…
Reference in New Issue
Block a user