Fixed a bug which caused a failure when logging out

This commit is contained in:
Griatch 2016-02-13 23:50:55 +01:00
parent fbe3144d75
commit 83e24678f5
6 changed files with 12 additions and 11 deletions

View file

@ -587,7 +587,7 @@ class ServerSessionHandler(SessionHandler):
"""
for sess in self.values():
self.data_out(sess, message)
self.data_out(sess, text=message)
def data_out(self, session, **kwargs):
"""