This commit is contained in:
xyj 2023-12-05 16:52:39 +08:00
parent d96039460f
commit cdd51bee73
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def t():
client.publish('demo', payload=json.dumps(data, ensure_ascii=False), qos=0)
# add(t)
print(t)
time.sleep(1)
time.sleep(10)
def on_connect(client, userdata, flags, rc):