Im going crazy

This commit is contained in:
2025-12-31 14:26:20 +01:00
parent 13ec518d2a
commit 29e6b18534
3 changed files with 6 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ def start_party():
def make_move():
try:
frame, fen = game_service.make_move()
encoded_frame = cv2.imencode('.jpg', frame, [int(cv2.IMWRITE_JPEG_QUALITY), 80])
print(fen)
headers = {'Content-Type': 'image/jpeg'}