mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 17:54:52 +00:00
fix(cafe): adjust property of second cafe setting
This commit is contained in:
+1
-3
@@ -36,9 +36,7 @@ class Cafe(CafeUI):
|
|||||||
def _is_second_cafe_on(self):
|
def _is_second_cafe_on(self):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@property
|
is_second_cafe_on = property(_is_second_cafe_on)
|
||||||
def is_second_cafe_on(self):
|
|
||||||
return self._is_second_cafe_on
|
|
||||||
|
|
||||||
def _handle_cafe(self, status):
|
def _handle_cafe(self, status):
|
||||||
match status:
|
match status:
|
||||||
|
|||||||
Reference in New Issue
Block a user