Commit 92cde0c7 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Minor bugfix

parent 022d0476
...@@ -49,7 +49,7 @@ class Server(object): ...@@ -49,7 +49,7 @@ class Server(object):
Called when a message is received from some client. `message' is a Called when a message is received from some client. `message' is a
Message object Message object
""" """
raise NotImplemented return NotImplemented
def onclose(self, client): def onclose(self, client):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment