beremiz

Fixed typo in Wampclient.py

2018-10-15, Edouard Tisserant
f9f9f5856032
Parents 4d7cee25a474
Children bef2b4b87370
Fixed typo in 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)