gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: debug


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: debug
Date: Thu, 24 Sep 2020 20:00:20 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 47a400e  debug
47a400e is described below

commit 47a400e04b220d462aaee6cd4b08c792cea83915
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 24 20:00:17 2020 +0200

    debug
---
 talermerchantdemos/httpcommon/__init__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talermerchantdemos/httpcommon/__init__.py 
b/talermerchantdemos/httpcommon/__init__.py
index b0b8f38..5eace40 100644
--- a/talermerchantdemos/httpcommon/__init__.py
+++ b/talermerchantdemos/httpcommon/__init__.py
@@ -44,6 +44,7 @@ def backend_post(backend_url, endpoint, json):
             json=response_json,
             status_code=resp.status_code
         )
+    print("Backend responds to {}: {}".format(final_url, str(response_json)))
     return response_json
 
 
@@ -75,6 +76,7 @@ def backend_get(backend_url, endpoint, params):
             json=response_json,
             status_code=resp.status_code
         )
+    print("Backend responds to {}: {}".format(final_url, str(response_json)))
     return response_json
 
 def fallback_404(error):

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]