Forgot to add initalizer to nzbToMedia.py

Removed the leftover logger settings from our config spec file
This commit is contained in:
echel0n 2014-04-12 03:09:47 -07:00
commit f778741083
2 changed files with 3 additions and 30 deletions

View file

@ -333,10 +333,8 @@ def process(nzbDir, inputName=None, status=0, clientAgent='manual', download_id=
return -1
########################################################################################################################
logger.postprocess("====================") # Seperate old from new log
logger.postprocess("nzbToMedia %s", nzbtomedia.NZBTOMEDIA_VERSION)
logger.postprocess("Loading config from %s", nzbtomedia.CONFIG_FILE)
# Initialize the config
nzbtomedia.initialize()
# Post-Processing Result
result = 0