mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
revert
This commit is contained in:
parent
8d4149ae86
commit
494b49905e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import sys, os, ConfigParser, shutil
|
||||||
import logging, logging.config
|
import logging, logging.config
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
|
|
||||||
from nzbToMediaEnv import VERSION
|
from nzbToMediaEnv import *
|
||||||
|
|
||||||
Logger = logging.getLogger()
|
Logger = logging.getLogger()
|
||||||
logFile = os.path.join(os.path.dirname(sys.argv[0]), "postprocess.log")
|
logFile = os.path.join(os.path.dirname(sys.argv[0]), "postprocess.log")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue