1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

fix: adjust status logging sequence

This commit is contained in:
2023-11-03 21:53:49 +08:00
parent bea794386c
commit 0b2487487b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -257,8 +257,8 @@ class Cafe(UI):
continue
if action_timer.reached_and_reset():
status = self._handle_cafe(status)
logger.attr('Status', status)
status = self._handle_cafe(status)
if not is_second_cafe_on:
if status is CafeStatus.FINISHED: