Fix clock, I guess ?
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user