diff --git a/tasks/cafe/cafe.py b/tasks/cafe/cafe.py index 8c72b70..c0614a5 100644 --- a/tasks/cafe/cafe.py +++ b/tasks/cafe/cafe.py @@ -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: