ready for V8.5 release

This commit is contained in:
clinton-hall 2013-10-05 09:20:11 +09:30
commit 3bd6243288
3 changed files with 20 additions and 1 deletions

View file

@ -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: