mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Remove line break from Python version in startup logs
This commit is contained in:
parent
c358693fb2
commit
9450a1434d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# This file is part of Tautulli.
|
# This file is part of Tautulli.
|
||||||
#
|
#
|
||||||
# Tautulli is free software: you can redistribute it and/or modify
|
# Tautulli is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -167,7 +167,7 @@ def initialize(config_file):
|
||||||
plexpy.SYS_TIMEZONE.zone, plexpy.SYS_UTC_OFFSET
|
plexpy.SYS_TIMEZONE.zone, plexpy.SYS_UTC_OFFSET
|
||||||
))
|
))
|
||||||
logger.info(u"Python {}".format(
|
logger.info(u"Python {}".format(
|
||||||
sys.version
|
sys.version.replace('\n', '')
|
||||||
))
|
))
|
||||||
logger.info(u"Program Dir: {}".format(
|
logger.info(u"Program Dir: {}".format(
|
||||||
PROG_DIR
|
PROG_DIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue