Im going crazy
This commit is contained in:
@@ -23,5 +23,5 @@ class GameService:
|
||||
self.clock_service.stop()
|
||||
self.detection_service.stop()
|
||||
|
||||
def make_move(self) -> tuple[bytes, str]:
|
||||
def make_move(self) -> tuple[np.ndarray, str]:
|
||||
return self.detection_service.analyze_single_frame()
|
||||
Reference in New Issue
Block a user