Forgot one chunk of code in previous commit
This commit is contained in:
parent
a5e4775f68
commit
bb48ee4518
2
morss.py
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user