Fixed typo in Wampclient.py
authorEdouard Tisserant
Mon, 15 Oct 2018 15:24:52 +0200
changeset 2310 f9f9f5856032
parent 2308 4d7cee25a474
child 2311 bef2b4b87370
Fixed typo in Wampclient.py
runtime/WampClient.py
--- a/runtime/WampClient.py	Tue Oct 02 15:57:26 2018 +0200
+++ b/runtime/WampClient.py	Mon Oct 15 15:24:52 2018 +0200
@@ -144,7 +144,7 @@
         _transportFactory = None
         print(_('WAMP session left'))
 
-    def publishWithOwnID(eventID, value):
+    def publishWithOwnID(self, eventID, value):
         ID = self.config.extra["ID"]
         self.publish(unicode(ID+'.'+eventID), value)