mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Added VERSION constant to nzbToSickBeard, nzbToCouchPotato. Also finally renamed nzbToMediaEnv correctly... I was doing it on the github web interface so forgive the last commits
This commit is contained in:
parent
61a9da26d2
commit
4adec9e8de
4 changed files with 18 additions and 15 deletions
1
env.py
1
env.py
|
@ -1 +0,0 @@
|
||||||
VERSION = 'V4.2'
|
|
|
@ -3,7 +3,9 @@
|
||||||
import sys
|
import sys
|
||||||
import autoProcessMovie
|
import autoProcessMovie
|
||||||
|
|
||||||
print "nzbToCouchPotato V4.1"
|
from nzbToMediaEnv import *
|
||||||
|
|
||||||
|
print "nzbToCouchPotato %s" % VERSION
|
||||||
|
|
||||||
# SABnzbd
|
# SABnzbd
|
||||||
if len(sys.argv) == 8:
|
if len(sys.argv) == 8:
|
||||||
|
|
|
@ -25,7 +25,9 @@
|
||||||
import sys
|
import sys
|
||||||
import autoProcessTV
|
import autoProcessTV
|
||||||
|
|
||||||
print "nzbToSickBeard V4.1"
|
from nzbToMediaEnv import *
|
||||||
|
|
||||||
|
print "nzbToSickBeard %s" % VERSION
|
||||||
|
|
||||||
# SABnzbd
|
# SABnzbd
|
||||||
if len(sys.argv) == 8:
|
if len(sys.argv) == 8:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue