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


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: typo
Date: Wed, 26 Oct 2022 13:09:56 +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 50284ab  typo
50284ab is described below

commit 50284ab6039e79a42a32270a161d5a50fc09c5b1
Author: MS <ms@taler.net>
AuthorDate: Wed Oct 26 13:09:53 2022 +0200

    typo
---
 talermerchantdemos/survey/survey.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talermerchantdemos/survey/survey.py 
b/talermerchantdemos/survey/survey.py
index 347158d..bd6a4bd 100644
--- a/talermerchantdemos/survey/survey.py
+++ b/talermerchantdemos/survey/survey.py
@@ -159,8 +159,8 @@ def index():
 @app.route("/<lang>/", methods=["GET"])
 def start(lang):
     LOGGER.info("Serving main page.  Currency: {}".format(CURRENCY))
-    if not os.getenv("TALER_ENV_URL_MERCHANT_SUREVY"):
-        LOGGER.warning("TALER_ENV_URL_MERCHANT_SUREVY env variable undefined!")
+    if not os.getenv("TALER_ENV_URL_MERCHANT_SURVEY"):
+        LOGGER.warning("TALER_ENV_URL_MERCHANT_SURVEY env variable undefined!")
     return flask.render_template(
         "survey-index.html.j2",
         page_title=gettext("GNU Taler Demo: Survey"),

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