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
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()