taler-merchant-demos

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

commit 746075b89cd5540a97ce0dd036c54ecb34fdf5c5
parent 103a42647c10a169de6a724b17e8418026f73ebc
Author: Özgür Kesim <oec@codeblau.de>
Date:   Sun, 20 Apr 2025 17:31:29 +0200

[httpcommon] fix typo

Diffstat:
Mtalermerchantdemos/httpcommon/__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/httpcommon/__init__.py b/talermerchantdemos/httpcommon/__init__.py @@ -233,7 +233,7 @@ def make_utility_processor(pagename, base_url, add=None): all_languages=all_languages, static=static, ) - rd.update(add_dict) + rd.update(add) return rd