From 3e7418e86115b461daac06fd5843c4913352222b Mon Sep 17 00:00:00 2001 From: anhlt Date: Thu, 2 Feb 2023 17:26:24 +0000 Subject: [PATCH] Update 'mss.py' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xóa dòng thừa --- mss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mss.py b/mss.py index d58de4d..fb727be 100644 --- a/mss.py +++ b/mss.py @@ -2,14 +2,12 @@ import time import threading from paho.mqtt import client as mqtt_client - broker = 'broker.emqx.io' port = 1883 pubtop = "/boxchat/tu" subtop = "/boxchat/tuan" - client_id = f'python-mqtt-{10}' #connect to broker username = 'emqx' password = 'public'