diff options
Diffstat (limited to 'subscriber.py')
-rw-r--r-- | subscriber.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subscriber.py b/subscriber.py index 54c03cc..27cdfd3 100644 --- a/subscriber.py +++ b/subscriber.py @@ -13,6 +13,9 @@ class DummySubscriber: def on_sock_closed(self): log("on sock closed") + def on_server_version(self, number, text): + pass + def on_message_error(self,s): log("on msg err "+s) |