diff options
author | cedricbonhomme <devnull@localhost> | 2011-04-22 11:44:47 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-04-22 11:44:47 +0200 |
commit | 793f7310ede53757f28571f91bfb1338bb8064c6 (patch) | |
tree | 818719112de638ca5ae43b75ed75eeddd015904a /pyAggr3g470r.py | |
parent | Added a link in the management to load all the articles from the data base. (diff) | |
download | newspipe-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-x | pyAggr3g470r.py | 2 |
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""" % \ |