From 9096b58187e2bffb5846d727c61aaf616fddc9bc Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 4 Feb 2016 22:52:07 -0500 Subject: Also update rank.py and updateCache.py to new interface --- rank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rank.py') 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: -- cgit v1.2.3-70-g09d2