diff --git a/dstatInterface/dstat_comm.py b/dstatInterface/dstat_comm.py index 8bc8aba4a38760541b02a3935fd825696a175944..a381e6e8c847dc6fdfe2916d352d406bbc264fba 100644 --- a/dstatInterface/dstat_comm.py +++ b/dstatInterface/dstat_comm.py @@ -41,20 +41,15 @@ class dataCapture(mp.Process): self.serial = ser_instance self.recv_p, self.send_p = pipe -# self.data_queue = mp.Queue() def run(self): sys.stdout.write('[%s] running ... process id: %s\n' % (self.name, os.getpid())) - -# self.recv_p.close() while True: for line in self.serial: if line.startswith('B'): - voltage, current = struct.unpack(' .2): self.plot.updateline(self, 0) self.plot.redraw()