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:
Berkona 2013-02-13 20:31:33 -05:00
commit 4adec9e8de
4 changed files with 18 additions and 15 deletions

1
env.py
View file

@ -1 +0,0 @@
VERSION = 'V4.2'

View file

@ -3,7 +3,9 @@
import sys
import autoProcessMovie
print "nzbToCouchPotato V4.1"
from nzbToMediaEnv import *
print "nzbToCouchPotato %s" % VERSION
# SABnzbd
if len(sys.argv) == 8:

View file

@ -25,7 +25,9 @@
import sys
import autoProcessTV
print "nzbToSickBeard V4.1"
from nzbToMediaEnv import *
print "nzbToSickBeard %s" % VERSION
# SABnzbd
if len(sys.argv) == 8: