X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=processor.py;h=42b22d0e1f33a6c0c722f9f23703cb76a49f33ac;hp=446c37fc3e49ab65e066429e6681b1afdc37853c;hb=ce2fafb656aa4a5ae43bda3617c6bdedcf9c5a84;hpb=f3bcc7b942360117a00dfa24902768f9d3027da5 diff --git a/processor.py b/processor.py index 446c37f..42b22d0 100644 --- a/processor.py +++ b/processor.py @@ -41,7 +41,7 @@ class Processor(threading.Thread): def push_response(self, response): print "response", response - #self.dispatcher.request_dispatcher.push_response(response) + self.dispatcher.request_dispatcher.push_response(response)