mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
remove print command added for debug.
This commit is contained in:
parent
1ec83ae98e
commit
40da94d50a
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ def process_torrent(input_directory, input_name, input_category, input_hash, inp
|
||||||
keep_archive = int(section.get('keep_archive', 0))
|
keep_archive = int(section.get('keep_archive', 0))
|
||||||
extract = int(section.get('extract', 0))
|
extract = int(section.get('extract', 0))
|
||||||
extensions = section.get('user_script_mediaExtensions', '')
|
extensions = section.get('user_script_mediaExtensions', '')
|
||||||
print(extensions)
|
|
||||||
unique_path = int(section.get('unique_path', 1))
|
unique_path = int(section.get('unique_path', 1))
|
||||||
|
|
||||||
if client_agent != 'manual':
|
if client_agent != 'manual':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue