From 87428260f223a4f8942ed23d371b156a6a6632ac Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Tue, 19 Jan 2021 02:48:33 +0800 Subject: [PATCH] Fix: _guild_logistics_mission_available return typo --- 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 9fa73cb12..22d51dbd0 100644 --- a/module/guild/logistics.py +++ b/module/guild/logistics.py @@ -125,7 +125,7 @@ class GuildLogistics(GuildBase): elif self.image_color_count(GUILD_MISSION, color=(255, 255, 255), threshold=180, count=50): # white pixels less than 50 logger.info('Guild mission button active') - return False + return True else: # No guild mission counter logger.info('No guild mission found, mission of this week may not started')