runtime/WampClient.py
changeset 2310 f9f9f5856032
parent 2308 4d7cee25a474
child 2315 523559fe6352
--- 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)