Skip to content

Commit 58f127f

Browse files
committed
control update
1 parent d8a5bc4 commit 58f127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppt_control.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ def receive_command():
4242
pyautogui_output = ppt_command_map[command_received]
4343
print("pyautogui output: ", pyautogui_output)
4444
ppt_control_state(pyautogui_output)
45-
return 0
45+
return "received"
4646

4747
app.run(host='0.0.0.0', port=7000, debug=True)

0 commit comments

Comments
 (0)