mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Debugging of sysv-args
This commit is contained in:
parent
4b29cc9d04
commit
ad4c6a0a47
1 changed files with 3 additions and 2 deletions
|
@ -333,11 +333,12 @@ def process(nzbDir, inputName=None, status=0, clientAgent='manual', download_id=
|
|||
return -1
|
||||
|
||||
def main():
|
||||
print sys.argv
|
||||
|
||||
# Initialize the config
|
||||
nzbtomedia.initialize()
|
||||
|
||||
# debug command line options
|
||||
logger.debug("Options passed into nzbToMedia: " + sys.argv)
|
||||
|
||||
# Post-Processing Result
|
||||
result = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue