aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-24 20:17:16 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-24 20:17:16 +0000
commitaaf78f11d361dc6bcb829b30a1600a6762289431 (patch)
tree33ffc9d6bb903476935322e2c6814b2d66724e22
parent86cb0047c540b656417c073f88e79dada409ddd0 (diff)
downloadanonbib-aaf78f11d361dc6bcb829b30a1600a6762289431.tar.gz
Add 8 pdf links that were (a) found by new "make suggest" feature, and (b) verified to be working.
svn:r307
-rw-r--r--rank.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rank.py b/rank.py
index d253b00..7c4bffd 100644
--- a/rank.py
+++ b/rank.py
@@ -85,7 +85,7 @@ def getPageForTitle(title, cache=True, update=True, save=True):
def getCite(title, cache=True, update=True, save=True):
url, page = getPageForTitle(title, cache=cache, update=update, save=save)
if not page:
- return None
+ return None,None
# Check if it finds any articles
if len(re.findall("did not match any articles", page)) > 0: