gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: syntax
Date: Tue, 16 Jan 2018 12:22:20 +0100

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new c794683  syntax
c794683 is described below

commit c794683cb8ebca0d80aa94927f7acf5b2beaf761
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 16 12:22:09 2018 +0100

    syntax
---
 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 c06a740..7700acb 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -385,7 +385,7 @@ def serve_public_accounts(request, name=None, page=None):
         -1 if youngest < 2 else youngest, "-")
 
     num_pages = max(
-        request.session["public_history_account"][0] / DELTA),
+        request.session["public_history_account"][0] / DELTA,
         1)
 
     pages = list(

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



reply via email to

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