Set default client to default mqtt client

This commit is contained in:
DSTO\pivatom
2018-12-19 16:31:33 +10:30
parent 8fa2cb83bc
commit a810ef640a

View File

@@ -1,6 +1,6 @@
import paho.mqtt.client as mqtt import paho.mqtt.client as mqtt
client = None client = mqtt.Client()
host = None host = None
""" """