mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
changed to v 3.0
This commit is contained in:
parent
be059e6cf3
commit
8211a953cb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def process(dirName, nzbName=None, status=0):
|
|||
|
||||
config = ConfigParser.ConfigParser()
|
||||
configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMovie.cfg")
|
||||
print "autoProcessMovie v 2.2"
|
||||
print "autoProcessMovie v 3.0"
|
||||
print "Loading config from", configFilename
|
||||
|
||||
if not os.path.isfile(configFilename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue