summaryrefslogtreecommitdiff
path: root/subscriber.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-03-02 15:25:45 +0100
committerFlorian Jung <flo@windfisch.org>2016-03-02 15:25:45 +0100
commit292224d25aea40e812eb0411f3ff2df0a67fa3a3 (patch)
tree2c1dd76bb6021da0da894ea907ef2c62aef73f3d /subscriber.py
parenta3c472f86c1c1114fe5e87217a79ee4cbcd34573 (diff)
update to new agarnet
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")