add mouse cursor to screenshot
This commit is contained in:
@@ -20,6 +20,7 @@ class PythonController:
|
||||
print("Command executed successfully:", response.text)
|
||||
else:
|
||||
print("Failed to execute command. Status code:", response.status_code)
|
||||
return response.json()
|
||||
except requests.exceptions.RequestException as e:
|
||||
print("An error occurred while trying to execute the command:", e)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user