Parcourir la source

修改通用发布MQTT消息函数

locky il y a 3 ans
Parent
commit
a3acf044b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Service/CommonService.py

+ 1 - 1
Service/CommonService.py

@@ -485,7 +485,7 @@ class CommonService:
         @param msg: 消息内容
         @return: boolean
         """
-        if not all([thing_name, topic_name, msg]):
+        if not all([thing_name, topic_name]):
             return False
 
         try: