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: invocation


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: invocation
Date: Fri, 11 Sep 2020 18:46:43 +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 de9f837  invocation
de9f837 is described below

commit de9f837e251c4f9986a0f4f2b4fec4f8d646e82b
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 11 18:46:39 2020 +0200

    invocation
---
 bin/taler-merchant-demos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-merchant-demos b/bin/taler-merchant-demos
index 710c375..02de05e 100755
--- a/bin/taler-merchant-demos
+++ b/bin/taler-merchant-demos
@@ -91,7 +91,7 @@ def handle_serve_http(config, whichShop, port=None):
         sys.exit(1)
 
 def handle_serve_from_config(config_obj, which_shop):
-    if config_obj.value_string("serve", "") == "http":
+    if config_obj.value_string("serve") == "http":
         http_port = config_obj.value_int(which_shop, "port")        
         return handle_serve_http(config_obj, which_shop, http_port)
     handle_serve_uwsgi(config_obj, which_shop)

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