aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-04-22 11:44:47 +0200
committercedricbonhomme <devnull@localhost>2011-04-22 11:44:47 +0200
commit793f7310ede53757f28571f91bfb1338bb8064c6 (patch)
tree818719112de638ca5ae43b75ed75eeddd015904a /pyAggr3g470r.py
parentAdded a link in the management to load all the articles from the data base. (diff)
downloadnewspipe-793f7310ede53757f28571f91bfb1338bb8064c6.tar.gz
newspipe-793f7310ede53757f28571f91bfb1338bb8064c6.tar.bz2
newspipe-793f7310ede53757f28571f91bfb1338bb8064c6.zip
Minor: Added informations about how many articles are currently loaded from the database.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 6abc01c8..b5de302e 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -272,7 +272,7 @@ class Root:
html += "<hr />\n"
# Informations about the data base of articles
- html += """<p>The database contains a total of %s article(s) with
+ html += """<p>%s article(s) are loaded from the database with
<a href="/unread/">%s unread article(s)</a>.<br />""" % \
(self.nb_articles, self.nb_unread_articles)
html += """Database: %s.\n<br />Size: %s bytes.</p>\n""" % \
bgstack15