Private GIT

Skip to content
Snippets Groups Projects
Commit 82c54f76 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Merge branch 'patch-1' of git://github.com/twoolie/Sick-Beard into development

parents da4d8eb1 6006f0cd
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ def processEpisode(dirName, nzbName=None): ...@@ -90,7 +90,7 @@ def processEpisode(dirName, nzbName=None):
urlObj = myOpener.openit(url) urlObj = myOpener.openit(url)
except IOError, e: except IOError, e:
print "Unable to open URL: ", str(e) print "Unable to open URL: ", str(e)
sys.exit() sys.exit(1)
result = urlObj.readlines() result = urlObj.readlines()
for line in result: for line in result:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment