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'} headers = {'Content-Type': 'image/jpeg'}
response = requests.post( response = requests.post(
"https://192.168.15.125:1880/party/image", "https://192.168.15.125:1880/party/image",
data=frame, data=encoded_frame,
headers=headers, headers=headers,
verify=False) verify=False)
print(response.status_code) print(response.status_code)