mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Changed r.content to r.text
This commit is contained in:
parent
5baf68241c
commit
8e7490ff80
7 changed files with 21 additions and 18 deletions
|
@ -182,7 +182,7 @@ class autoProcessTV:
|
|||
Logger.exception("Unable to open URL")
|
||||
return 1 # failure
|
||||
|
||||
Logger.info("%s", r.content)
|
||||
Logger.info("%s", r.text)
|
||||
if status != 0 and delete_failed and not dirName in ['sys.argv[0]','/','']:
|
||||
delete(dirName)
|
||||
return 0 # Success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue