mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Bypass manual
This commit is contained in:
parent
8fdf913a0d
commit
82042b3a57
1 changed files with 2 additions and 0 deletions
|
@ -317,6 +317,8 @@ def main(args):
|
||||||
|
|
||||||
if input_directory and input_name and input_hash and input_id:
|
if input_directory and input_name and input_hash and input_id:
|
||||||
result = process_torrent(input_directory, input_name, input_category, input_hash, input_id, client_agent)
|
result = process_torrent(input_directory, input_name, input_category, input_hash, input_id, client_agent)
|
||||||
|
elif core.TORRENT_NO_MANUAL:
|
||||||
|
logger.warning('Invalid number of arguments received from client, and no_manual set')
|
||||||
else:
|
else:
|
||||||
# Perform Manual Post-Processing
|
# Perform Manual Post-Processing
|
||||||
logger.warning('Invalid number of arguments received from client, Switching to manual run mode ...')
|
logger.warning('Invalid number of arguments received from client, Switching to manual run mode ...')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue