fix synchrotron

pull/3265/head
hera 2018-05-22 16:38:46 +00:00 committed by Richard van der Hoff
parent 08bfc48abf
commit ad2823ee27
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class WorkerServerNoticesSender(object):
Returns:
Deferred
"""
return defer.succeed()
return defer.succeed(None)
def on_user_ip(self, user_id):
"""Called on the master when a worker process saw a client request.