Fix clock, I guess ?

This commit is contained in:
2025-12-31 17:11:43 +01:00
parent f079ba49e9
commit 9416f2bd84
3 changed files with 8 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ class GameService:
def make_move(self) -> tuple[bytes, str] | None:
try :
self.clock_service.switch()
return self.detection_service.analyze_single_frame()
except Exception as e:
print(e)