From 4bbdbbf88ddba94a49bcb5294769425034463022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Yeguas?= Date: Tue, 13 Jan 2015 10:42:21 +0100 Subject: [PATCH] Update jsonrpc.py --- jsonrpc_requests/jsonrpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jsonrpc_requests/jsonrpc.py b/jsonrpc_requests/jsonrpc.py index c2efd41..b86c90e 100644 --- a/jsonrpc_requests/jsonrpc.py +++ b/jsonrpc_requests/jsonrpc.py @@ -30,6 +30,7 @@ def __init__(self, url, **requests_kwargs): self.debug = requests_kwargs['debug'] else: self.debug = False + print "Debug is " + str(self.debug) def send_request(self, method_name, is_notification, params): """Issue the HTTP request to the server and return the method result (if not a notification)"""