From ab57509490336574381a387d46ed13e1f8348067 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Wed, 22 Feb 2023 01:21:58 +0800 Subject: [PATCH] Fix: Wrong attribute logged in _guild_logistics_collect() --- module/guild/logistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/guild/logistics.py b/module/guild/logistics.py index dab082077..81edbd85d 100644 --- a/module/guild/logistics.py +++ b/module/guild/logistics.py @@ -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)