aboutsummaryrefslogtreecommitdiffstats
path: root/rank.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-02-04 22:52:07 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2016-02-04 22:52:07 -0500
commit9096b58187e2bffb5846d727c61aaf616fddc9bc (patch)
tree2b6daf0890190c0c67a1553ee2e05cb647908f8d /rank.py
parente5f4e59bbbf65951631a79334b9c14211f193806 (diff)
downloadanonbib-9096b58187e2bffb5846d727c61aaf616fddc9bc.tar.gz
Also update rank.py and updateCache.py to new interface
Diffstat (limited to 'rank.py')
-rw-r--r--rank.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rank.py b/rank.py
index 175a10d..ca5d5b8 100644
--- a/rank.py
+++ b/rank.py
@@ -183,7 +183,7 @@ if __name__ == '__main__':
remove_old()
print "Downloading missing ranks."
- for ent in bib.entries:
+ for ent in bib:
getCite(ent['title'], cache=True, update=True)
if suggest: