minor fix and added license for 7zip

This commit is contained in:
Joel Kåberg 2013-03-03 12:05:20 +01:00
commit fb7d1529cc
3 changed files with 113 additions and 1 deletions

View file

@ -19,7 +19,7 @@ from nzbToMediaEnv import *
from nzbToMediaUtil import *
from utorrent.client import UTorrentClient
def main(inputDirectory, inputName, inputCategory, inputHash)
def main(inputDirectory, inputName, inputCategory, inputHash):
status = int(1) # 1 = failed | 0 = success
root = int(0)