1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-12 06:52:58 +00:00

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

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