Skip to content
Snippets Groups Projects
Commit ad2823ee authored by hera's avatar hera Committed by Richard van der Hoff
Browse files

fix synchrotron

parent 08bfc48a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment