Update 'mss.py'

xóa dòng thừa
This commit is contained in:
2023-02-02 17:26:24 +00:00
parent 178d78572f
commit 3e7418e861

2
mss.py
View File

@@ -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'