Script execution
This commit is contained in:
@@ -78,7 +78,7 @@ class Esera(TcpDevice):
|
||||
self.start()
|
||||
|
||||
def onString(self, msg):
|
||||
print datetime.now() , " - " , msg
|
||||
#print datetime.now() , " - " , msg
|
||||
tokens = msg.split("|")
|
||||
if len(tokens)>1:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user