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:
parent
3edf32d6e4
commit
ea8548982e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue