gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix args


From: gnunet
Subject: [taler-bank] branch master updated: fix args
Date: Thu, 01 Oct 2020 17:47:10 +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 751116a  fix args
751116a is described below

commit 751116abe2dd8dcc24de1b40d204fdd71c0cc051
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 17:47:06 2020 +0200

    fix args
---
 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 937f61f..f319599 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1406,7 +1406,7 @@ def withdraw_abort_internal(wid):
 
 @require_POST
 @login_required
-def abort_withdrawal(request, user, wid):
+def abort_withdrawal(request, wid):
     internal_status = withdraw_abort_internal(wid)
     set_profile_hint(request, success=internal_status["status"] == 200, 
hint=internal_status["hint"])
     return redirect("profile")

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