mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Revert "Restrict plexapi to Python>=3.7"
This reverts commit fdde2c6143
.
This commit is contained in:
parent
c9675b2fde
commit
91e0d4b403
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ def initialize(config_file):
|
|||
logger.initLogger(console=not QUIET, log_dir=CONFIG.LOG_DIR if log_writable else None,
|
||||
verbose=VERBOSE)
|
||||
|
||||
if not PYTHON2 and sys.version_info >= (3, 7):
|
||||
if not PYTHON2:
|
||||
os.environ['PLEXAPI_CONFIG_PATH'] = os.path.join(DATA_DIR, 'plexapi.config.ini')
|
||||
os.environ['PLEXAPI_LOG_PATH'] = os.path.join(CONFIG.LOG_DIR, 'plexapi.log')
|
||||
plex.initialize_plexapi()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue