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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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()