Update ComicRN.py

Added line 16: comicrn_version = "1.0"

Prevents error message in Mylar post-processing.
This commit is contained in:
ministoat 2014-11-02 12:42:50 +00:00 committed by evilhero
parent 3edf32d6e4
commit ea8548982e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
import sys, os
import autoProcessComics
comicrn_version = "1.0"
# NZBGet V11+
# Check if the script is called from nzbget 11.0 or later