# HG changeset patch # User Edouard Tisserant # Date 1539609892 -7200 # Node ID f9f9f5856032947a9c3797f1f49e882cfe13941a # Parent 4d7cee25a4743382df4de1d71945a691af40a647 Fixed typo in Wampclient.py diff -r 4d7cee25a474 -r f9f9f5856032 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)