mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 19:40:03 -07:00
removed version logging
This commit is contained in:
parent
8b13f1a1df
commit
cafa4a6dd7
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ 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.2"
|
||||
print "Loading config from", configFilename
|
||||
|
||||
if not os.path.isfile(configFilename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue