Skip to content
Snippets Groups Projects
Unverified Commit 868b6c27 authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by GitHub
Browse files

Fix #651, removed the Calmux sleep time when sending a command (#652)

parent c8379f52
No related branches found
No related tags found
No related merge requests found
...@@ -146,8 +146,6 @@ class PyCalmuxImpl(CalMux, cc, services, lcycle): ...@@ -146,8 +146,6 @@ class PyCalmuxImpl(CalMux, cc, services, lcycle):
s.sendall(command) s.sendall(command)
time.sleep(0.1)
response = s.recv(1024) response = s.recv(1024)
s.close() s.close()
response = response.strip().split() 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