Small Bug fix

This commit is contained in:
echel0n 2014-04-22 23:30:38 -07:00
commit be65be2735

View file

@ -154,10 +154,6 @@ class autoProcessTV:
logger.error("Unable to open URL: %s" % (url), section) logger.error("Unable to open URL: %s" % (url), section)
return 1 # failure return 1 # failure
if not r.ok:
logger.error('FAILED: Something went wrong!, check your logs ...', section)
return 1
for line in r.iter_lines(): for line in r.iter_lines():
if line: logger.postprocess("%s" % (line), section) if line: logger.postprocess("%s" % (line), section)