mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix list indices errors when no fork set. Fixes #1191
This commit is contained in:
parent
ad1017712d
commit
e0594a6e51
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class autoProcessTV(object):
|
|||
|
||||
if not username and not apikey:
|
||||
logger.info('No SickBeard username or Sonarr apikey entered. Performing transcoder functions only')
|
||||
fork, fork_params = "None", []
|
||||
fork, fork_params = "None", {}
|
||||
elif server_responding("{0}{1}:{2}{3}".format(protocol, host, port, web_root)):
|
||||
# auto-detect correct fork
|
||||
fork, fork_params = autoFork(section, inputCategory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue