X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=processor.py;h=446c37fc3e49ab65e066429e6681b1afdc37853c;hp=be61c73adab9632a78dcc5181079892e68967987;hb=27bd2d1754b5949678d1ee7ff5efad4b3c8bef6f;hpb=dc6b846eb9e11146218abf3f13b8f5c36817bbc7 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)