summaryrefslogtreecommitdiff
path: root/talermerchantdemos
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos')
-rw-r--r--talermerchantdemos/httpcommon/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talermerchantdemos/httpcommon/__init__.py b/talermerchantdemos/httpcommon/__init__.py
index 6ff4696..76159ed 100644
--- a/talermerchantdemos/httpcommon/__init__.py
+++ b/talermerchantdemos/httpcommon/__init__.py
@@ -72,6 +72,7 @@ def backend_post(backend_url, endpoint, json, auth_token=None):
# @param params (dict type of) URL parameters to append to the request.
# @return the JSON response from the backend, or a error response
# if something unexpected happens.
+@exception_handler
def backend_get(backend_url, endpoint, params, auth_token=None):
headers = dict()
if auth_token is not None: