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