mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Small Bug fix
This commit is contained in:
parent
817f310169
commit
be65be2735
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue