mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Cleaned up comments (reverted from commit 6b29858827
)
This commit is contained in:
parent
f6eea0f816
commit
e809d6c7ac
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,7 @@ def initialize():
|
|||
sys.path.insert(0, os.path.abspath(os.path.join(PROGRAM_DIR, 'lib')))
|
||||
|
||||
# init preliminaries
|
||||
SYS_ENCODING = None
|
||||
SYS_ARGV = sys.argv[1:]
|
||||
APP_FILENAME = sys.argv[0]
|
||||
PROGRAM_DIR = os.path.dirname(os.path.normpath(os.path.abspath(os.path.join(__file__, os.pardir))))
|
||||
|
@ -155,7 +156,6 @@ def initialize():
|
|||
CFG = config()
|
||||
|
||||
# check for newer version
|
||||
restart()
|
||||
AUTO_UPDATE = CFG['General']['auto_update']
|
||||
versionCheck.CheckVersion().find_installed_version()
|
||||
logger.info('nzbToMedia Version:' + NZBTOMEDIA_VERSION + ' Branch:' + NZBTOMEDIA_BRANCH + ' (' + platform.system() + '; ' + platform.release() + ')')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue