This commit is contained in:
xyj 2023-12-14 09:49:53 +08:00
parent 106b574a88
commit c1bf65f9d3
1 changed files with 1 additions and 1 deletions

View File

@ -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":