mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Reset interval to avoid logging exchange info frequently
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user