mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
fix indentation
This commit is contained in:
parent
63937f7dcf
commit
1d4cecee9d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if len(sys.argv) == 8:
|
||||||
# 5 User-defined category
|
# 5 User-defined category
|
||||||
# 6 Group that the NZB was posted in e.g. alt.binaries.x
|
# 6 Group that the NZB was posted in e.g. alt.binaries.x
|
||||||
# 7 Status of post processing. 0 = OK, 1=failed verification, 2=failed unpack, 3=1+2
|
# 7 Status of post processing. 0 = OK, 1=failed verification, 2=failed unpack, 3=1+2
|
||||||
Logger.info("Script triggered from SABnzbd, starting autoProcessComics...")
|
Logger.info("Script triggered from SABnzbd, starting autoProcessComics...")
|
||||||
result = autoProcessComics.processEpisode(sys.argv[1], sys.argv[3])
|
result = autoProcessComics.processEpisode(sys.argv[1], sys.argv[3])
|
||||||
|
|
||||||
# NZBGet
|
# NZBGet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue