Skip to content

Commit 3bfc696

Browse files
committed
uncommment my changes!
1 parent 77284ed commit 3bfc696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external-control-backend/src/request_program.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def send_command(self, command: str):
6666
while True:
6767
try:
6868
data = s.recv(5)
69-
# if not data:
70-
# break # Connection closed by the server
69+
if not data:
70+
break # Connection closed by the server
7171
raw_data += data
7272
except socket.timeout:
7373
if raw_data != b"":

0 commit comments

Comments
 (0)