From c1bf65f9d3e4b7072eb40be76a4007821b44da5f Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Thu, 14 Dec 2023 09:49:53 +0800 Subject: [PATCH] update --- MQTT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MQTT.py b/MQTT.py index 863f190..91720d3 100644 --- a/MQTT.py +++ b/MQTT.py @@ -55,7 +55,7 @@ class MQTTClient: elif data == "update": # git更新项目和配置文件 update(client) - elif data == "update": + elif data == "reload": # git更新项目和配置文件 reload(client) elif data == "record_list":