From bb48ee4518aff79b51265a560d4e954c045b9d85 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 22 Dec 2013 18:27:18 +0100 Subject: [PATCH] Forgot one chunk of code in previous commit --- morss.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/morss.py b/morss.py index 84a826a..41001aa 100644 --- a/morss.py +++ b/morss.py @@ -475,6 +475,8 @@ def Gather(url, cachePath, options): # url clean up log(url) + if url is None: + return False if urlparse.urlparse(url).scheme not in PROTOCOL: url = 'http://' + url