wenhongquan hace 3 días
padre
commit
b1ceaeb0af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test_mqtt.py

+ 1 - 1
test_mqtt.py

@@ -9,7 +9,7 @@ import signal
 import paho.mqtt.client as mqtt
 
 HOST = 'xt.wenhq.top'
-PORT = 8581 
+PORT = 8581
 TOPIC_PREFIX = '线架系统'
 
 received = {}