mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-16 17:15:45 +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
|
# Handle all popups
|
||||||
if self.handle_popup_confirm('GUILD_LOGISTICS'):
|
if self.handle_popup_confirm('GUILD_LOGISTICS'):
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
|
exchange_interval.reset()
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(GET_ITEMS_1, interval=2):
|
if self.appear_then_click(GET_ITEMS_1, interval=2):
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
|
exchange_interval.reset()
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(GUILD_MISSION_SELECT, offset=(20, 20), interval=2):
|
if self.appear_then_click(GUILD_MISSION_SELECT, offset=(20, 20), interval=2):
|
||||||
# Select guild mission for guild leader
|
# Select guild mission for guild leader
|
||||||
|
|||||||
Reference in New Issue
Block a user