This commit is contained in:
2025-12-31 14:29:18 +01:00
parent 29e6b18534
commit 7e9265b102

View File

@@ -71,7 +71,7 @@ def make_move():
headers = {'Content-Type': 'image/jpeg'}
response = requests.post(
"https://192.168.15.125:1880/party/image",
data=frame,
data=encoded_frame,
headers=headers,
verify=False)
print(response.status_code)