mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Fix: Wrong attribute logged in _guild_logistics_collect()
This commit is contained in:
parent
e0ab047aec
commit
ab57509490
@ -271,7 +271,7 @@ class GuildLogistics(GuildBase):
|
||||
out: GUILD_LOGISTICS
|
||||
"""
|
||||
logger.hr('Guild logistics')
|
||||
logger.attr('Guild master/official', self.config.GuildOperation_SelectNewOperation)
|
||||
logger.attr('Guild master/official', self.config.GuildLogistics_SelectNewMission)
|
||||
confirm_timer = Timer(1.5, count=3).start()
|
||||
exchange_interval = Timer(1.5, count=3)
|
||||
click_interval = Timer(0.5, count=1)
|
||||
|
Loading…
Reference in New Issue
Block a user