mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -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
|
return -1
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print sys.argv
|
|
||||||
|
|
||||||
# Initialize the config
|
# Initialize the config
|
||||||
nzbtomedia.initialize()
|
nzbtomedia.initialize()
|
||||||
|
|
||||||
|
# debug command line options
|
||||||
|
logger.debug("Options passed into nzbToMedia: " + sys.argv)
|
||||||
|
|
||||||
# Post-Processing Result
|
# Post-Processing Result
|
||||||
result = 0
|
result = 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue