@ -410,6 +410,8 @@ class UPLOAD:
# run_with_client(self.client)
while (1):
self.client.publish('demo', 'test', qos=0)
time.sleep(60)
if __name__ == '__main__':
up = UPLOAD()