mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Changed autoFork to default to auto-detection if it fails to properly get the config value for fork or one is not set
This commit is contained in:
parent
3d7228a893
commit
08bd4584d8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def autoFork(fork=None):
|
|||
try:
|
||||
fork = forks.items()[forks.keys().index(config.get(section, "fork"))]
|
||||
except:
|
||||
fork = forks.items()[forks.keys().index(fork_default)]
|
||||
fork = "auto"
|
||||
|
||||
myOpener = AuthURLOpener(username, password)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue