gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: default hint state


From: gnunet
Subject: [taler-bank] branch master updated: default hint state
Date: Thu, 01 Oct 2020 18:07:06 +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 5773905  default hint state
5773905 is described below

commit 577390504a5a4cc5d21c05b9ff5cd90afddf9f03
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 18:06:59 2020 +0200

    default hint state
---
 talerbank/app/views.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 0b53bf3..3eab9ed 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -206,8 +206,7 @@ def get_session_hint(request, hintId):
         ret = request.session[hintId]
         del request.session[hintId]
         return ret
-    return False, None
-
+    return True, None
 
 def set_profile_hint(request, *, success, hint):
     set_session_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]