taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit e98b6259962feea980dc68be501a93f289f0d5a4
parent f4e26ba99f7b9cc6d2e15f53351c5c8bc8c0630e
Author: MS <ms@taler.net>
Date:   Fri, 11 Sep 2020 18:44:00 +0200

name

Diffstat:
Mbin/taler-merchant-demos | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.get("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)