mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix non-defined variable
This commit is contained in:
parent
8bb8bb4449
commit
40ae33c689
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ FORKS = {}
|
|||
FORK_DEFAULT = "default"
|
||||
FORK_FAILED = "failed"
|
||||
FORK_FAILED_TORRENT = "failed-torrent"
|
||||
FORK_SICKRAGE = "sickrage"
|
||||
FORKS[FORK_DEFAULT] = {"dir": None, "method": None}
|
||||
FORKS[FORK_FAILED] = {"dirName": None, "failed": None}
|
||||
FORKS[FORK_FAILED_TORRENT] = {"dir": None, "failed": None, "process_method": None}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue