mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
ready for V8.5 release
This commit is contained in:
parent
b31f8a2465
commit
3bd6243288
3 changed files with 20 additions and 1 deletions
|
@ -283,6 +283,11 @@ if __name__ == "__main__":
|
|||
|
||||
transcode = int(config.get("Transcoder", "transcode"))
|
||||
|
||||
n = 0
|
||||
for arg in sys.argv:
|
||||
Logger.debug("arg %s is: %s", n, arg)
|
||||
n = n+1
|
||||
|
||||
try:
|
||||
inputDirectory, inputName, inputCategory, inputHash, inputID = parse_args(clientAgent)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue