We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05534e0 commit 8ef0362Copy full SHA for 8ef0362
external-control-backend/src/request_program.py
@@ -52,7 +52,6 @@ def send_command(self, command: str):
52
Exception: If the connection to the remote PC could not be established or no data is received.
53
"""
54
program = ""
55
- timeout = 5
56
try:
57
# Create a socket connection with the robot IP and port number defined above
58
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
0 commit comments