diff --git a/lib/interface.py b/lib/interface.py index 5f8c62d86..af3ada1fd 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -106,6 +106,7 @@ class Interface(threading.Thread): for k,v in self.subscriptions.items(): if (method, params) in v: channel = k + break else: print "received unexpected notification", method, params print self.subscriptions