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


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: typo
Date: Tue, 16 Jan 2018 03:54:06 +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 eeb3919  typo
eeb3919 is described below

commit eeb391917146a54bdc06c3068ffa789627cf0af6
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 16 03:54:04 2018 +0100

    typo
---
 talerblog/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index d93a656..4cdb81d 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -142,7 +142,7 @@ def article(article_name, data=None):
     # by just sharing the URL.
     session_id = flask.session.get("uid")
     order_id = flask.request.args.get("order_id")
-    session_sig = flask.request.args.get("session_id")
+    session_sig = flask.request.args.get("session_sig")
 
     if not session_id:
         session_id = flask.session["uid"] = uuid.uuid4()

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



reply via email to

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