mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
Make core.FORK_SET global #1637
This commit is contained in:
parent
628daf3967
commit
fc7e168337
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def api_check(r, params, rem_params):
|
||||||
|
|
||||||
|
|
||||||
def auto_fork(section, input_category):
|
def auto_fork(section, input_category):
|
||||||
|
global core.FORK_SET
|
||||||
# auto-detect correct section
|
# auto-detect correct section
|
||||||
# config settings
|
# config settings
|
||||||
if core.FORK_SET: # keep using determined fork for multiple (manual) post-processing
|
if core.FORK_SET: # keep using determined fork for multiple (manual) post-processing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue