1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00

fix(cafe): adjust property of second cafe setting

This commit is contained in:
YoursFunny 2023-11-23 14:06:38 +08:00
parent fc49adc859
commit df6da1f77a
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -36,9 +36,7 @@ class Cafe(CafeUI):
def _is_second_cafe_on(self):
return False
@property
def is_second_cafe_on(self):
return self._is_second_cafe_on
is_second_cafe_on = property(_is_second_cafe_on)
def _handle_cafe(self, status):
match status: