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: work around lang und


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: work around lang undefined from branch merge
Date: Fri, 09 Oct 2020 19:25:53 +0200

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

grothoff 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 ad45c1d  work around lang undefined from branch merge
ad45c1d is described below

commit ad45c1d0d6152d6eddde39881461a3472f799ab7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 9 19:25:50 2020 +0200

    work around lang undefined from branch merge
---
 talermerchantdemos/blog/blog.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 9ef3660..d6cd3fc 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -279,6 +279,8 @@ def article(article_name, data=None):
     if not session_id:
         session_id = flask.session["session_id"] = str(uuid.uuid4())
         order_id = None
+    # Temporary workaround...
+    lang="en"
     ##
     # First-timer; generate order first.
     if not order_id:

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