gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: typo / missing namespac


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: typo / missing namespace
Date: Fri, 05 Jan 2018 16:24:51 +0100

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 2a17c7f  typo / missing namespace
2a17c7f is described below

commit 2a17c7fafacc03fde148ca89c359a83d096c3e49
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 5 16:24:46 2018 +0100

    typo / missing namespace
---
 talerblog/blog/blog.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 8cb5763..e8bfa99 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -145,8 +145,8 @@ def article(name, data=None):
         instance=INSTANCE,
         contract_url=make_url("/generate-contract", ("article_name", name)),
         session_id=session_id,
-        session_sig=requests.args.get("session_sig"),
-        order_id=requests.args.get("order_id"),
+        session_sig=flask.request.args.get("session_sig"),
+        order_id=flask.request.args.get("order_id"),
         # URL that the browser will navigate to after the user has paid (or
         # proved they already paid) with this session
         confirm_url = make_url("/essay/" + name,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]