diff options
Diffstat (limited to 'rank.py')
| -rw-r--r-- | rank.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
