summaryrefslogtreecommitdiff
path: root/subscriber.py
diff options
context:
space:
mode:
Diffstat (limited to 'subscriber.py')
-rw-r--r--subscriber.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subscriber.py b/subscriber.py
index 5d48aff..164257b 100644
--- a/subscriber.py
+++ b/subscriber.py
@@ -41,6 +41,9 @@ class DummySubscriber:
def on_sock_open(self):
log("on sock open")
+ def on_cell_skin(self, skin_url):
+ pass
+
def on_sock_closed(self):
log("on sock closed")