From 6e7484dab8be755ddbc04fe74a546f108ad0f607 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 13 Mar 2017 18:28:57 +0100 Subject: [PATCH] Closedown --- script/OneWire.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/OneWire.py b/script/OneWire.py index 5141067..369611a 100644 --- a/script/OneWire.py +++ b/script/OneWire.py @@ -71,11 +71,9 @@ class Esera(TcpDevice): self.start() self.req_data() - #def onByte(self, rx): - # print rx def onString(self, msg): - print msg + #print msg tokens = msg.split("|") if len(tokens)>1: try: