X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=processor.py;h=446c37fc3e49ab65e066429e6681b1afdc37853c;hb=27bd2d1754b5949678d1ee7ff5efad4b3c8bef6f;hp=be61c73adab9632a78dcc5181079892e68967987;hpb=6aa3171194992e77be00b68287f1fedeb43c8fce;p=electrum-server.git diff --git a/processor.py b/processor.py index be61c73..446c37f 100644 --- a/processor.py +++ b/processor.py @@ -40,7 +40,8 @@ class Processor(threading.Thread): pass def push_response(self, response): - self.dispatcher.request_dispatcher.push_response(response) + print "response", response + #self.dispatcher.request_dispatcher.push_response(response)