mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-20 04:05:23 +00:00
fix(cafe): adjust property of second cafe setting
This commit is contained in:
parent
fc49adc859
commit
df6da1f77a
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user