gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: prefer polling merchant to /co


From: gnunet
Subject: [taler-deployment] branch master updated: prefer polling merchant to /config
Date: Fri, 28 May 2021 17:55:42 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b5d1fff  prefer polling merchant to /config
b5d1fff is described below

commit b5d1fffa9bb1478f34c3eef75276d9244127987a
Author: MS <ms@taler.net>
AuthorDate: Fri May 28 17:55:37 2021 +0200

    prefer polling merchant to /config
---
 bin/taler-deployment-config-instances | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 06199d8..c7f6cef 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -116,7 +116,7 @@ def ensure_default_instance():
     while checks > 0:
 
         try:
-            resp = get(MERCHANT_BACKEND_BASE_URL, timeout=1.5):
+            resp = requests.get(urljoin(MERCHANT_BACKEND_BASE_URL, "/config"), 
timeout=1.5):
         except Exception:
             sleep(1)
             checks--

-- 
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]