FIX (#776): Forgot trailing ')' in sabnzbd/ComicRN.py

This commit is contained in:
evilhero 2014-07-29 11:23:11 -04:00
parent 794199dd44
commit ccbdbb4116
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ if len(sys.argv) < 2:
print "No folder supplied - is this being called from SABnzbd or NZBGet?"
sys.exit()
elif len(sys.argv) >= 3:
sys.exit(autoProcessComics.processIssue(sys.argv[1], sys.argv[3], sys.argv[7])
sys.exit(autoProcessComics.processIssue(sys.argv[1], sys.argv[3], sys.argv[7]))
else:
sys.exit(autoProcessComics.processIssue(sys.argv[1]))