mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
FIX (#776): Forgot trailing ')' in sabnzbd/ComicRN.py
This commit is contained in:
parent
794199dd44
commit
ccbdbb4116
1 changed files with 1 additions and 1 deletions
|
@ -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]))
|
||||
|
|
Loading…
Reference in a new issue