MqttMonitor/MqttClient.py

changeset 9
f75a385e9127
parent 3
82845c0fd550
child 10
7e0e921dc7ea
--- a/MqttMonitor/MqttClient.py	Thu Aug 30 19:45:12 2018 +0200
+++ b/MqttMonitor/MqttClient.py	Fri Aug 31 19:28:28 2018 +0200
@@ -214,7 +214,7 @@
             "Connection Refused: unknown reason.")
 
 
-def mqttErrorMessage(self, mqttErrno):
+def mqttErrorMessage(mqttErrno):
     """
     Public method to get the error string associated with an MQTT error
     number.

eric ide

mercurial