|
@@ -422,9 +422,9 @@ def listen_cmd():
|
|
|
msg = msg.strip()
|
|
|
msg = msg.decode("ascii")
|
|
|
msg = msg.replace("\x00","")
|
|
|
- msg += "\n"
|
|
|
+ #msg += "\n"
|
|
|
print("cmd return:",[addr,msg])
|
|
|
- log_text.insert("end",msg)
|
|
|
+ log_text.insert("end",str([addr,msg])+"\n")
|
|
|
print("****"*20)
|
|
|
except Exception as e:
|
|
|
print("e",e)
|