Fix broken reference

This commit is contained in:
2026-01-05 20:17:53 +01:00
parent 21ec3eaf3f
commit b454ab4e83
2 changed files with 20 additions and 22 deletions

View File

@@ -8,7 +8,6 @@ from models.exceptions.ServiceException import ServiceException
from models.game import Game
from services.clock_service import ClockService
class GameService:
_game : Game
@@ -41,7 +40,6 @@ class GameService:
def stop(self):
self._clock_service.stop()
self._detection_service.stop()
self._led.off()
self._notify()
self._has_started = False