sigh
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user