fix debugs

This commit is contained in:
2019-12-16 13:42:11 -05:00
parent 7cf8f16dcf
commit 83a43a1897
+2 -2
View File
@@ -93,7 +93,7 @@ class Conn:
self.close()
return
self.send += 1
self.lastsend = msg['time']
self.lastsend = time.time()
def ack(self, msgDict, now):
@@ -154,7 +154,7 @@ def stodict(msg):
if v[0].isdigit():
v = eval(v)
d[k] = v
if verbose: print("DBG: msg is %s" % d)
if verbose: print("msg is %s" % d)
return d