gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix session key


From: gnunet
Subject: [taler-bank] branch master updated: fix session key
Date: Thu, 01 Oct 2020 18:36:44 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 83da93b  fix session key
83da93b is described below

commit 83da93b1839bf69574d663f4f2cb1b833dedb010
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 18:36:39 2020 +0200

    fix session key
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index c5b89f6..c853848 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -210,7 +210,7 @@ def set_session_hint(request, *, success, hint):
     if "hint" in request.session:
         LOGGER.warning(f"Overriding a non consumed hint: {hintId}")
         del request.session[hintId]
-    request.session[hintId] = success, hint
+    request.session["hint"] = success, hint
 
 
 ##

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