mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
minor fixes
This commit is contained in:
parent
c0d9c8d380
commit
5d8d84e216
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
if __name__ == "__main__":
|
||||
|
||||
#check to migrate old cfg before trying to load.
|
||||
if os.path.isfile(os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg.sample"))
|
||||
if os.path.isfile(os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg.sample")):
|
||||
migratecfg.migrate()
|
||||
|
||||
# Logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue