Skip to content

Commit 8ef0362

Browse files
committed
Remove unused variable time
1 parent 05534e0 commit 8ef0362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

external-control-backend/src/request_program.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def send_command(self, command: str):
5252
Exception: If the connection to the remote PC could not be established or no data is received.
5353
"""
5454
program = ""
55-
timeout = 5
5655
try:
5756
# Create a socket connection with the robot IP and port number defined above
5857
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

0 commit comments

Comments
 (0)