mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 19:40:03 -07:00
V3.2
This commit is contained in:
parent
cf7aa2b062
commit
ed1bde9a83
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def process(dirName, nzbName=None, status=0):
|
|||
status = int(status)
|
||||
config = ConfigParser.ConfigParser()
|
||||
configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMovie.cfg")
|
||||
print "autoProcessMovie v 3.1"
|
||||
print "autoProcessMovie v 3.2"
|
||||
print "Loading config from", configFilename
|
||||
|
||||
if not os.path.isfile(configFilename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue