Skip to content
Snippets Groups Projects
Commit fbb5cfea authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Merge branch 'master' of https://github.com/discos/discos into fix-issue-655

parents d90015c3 868b6c27
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,6 @@ class PyCalmuxImpl(CalMux, cc, services, lcycle):
s.sendall(command)
time.sleep(0.1)
response = s.recv(1024)
s.close()
response = response.strip().split()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment