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