mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 12:49:03 +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