From e6d0212604482787815f995d36e9c4db53529ffe Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 23 Mar 2020 23:32:46 -0700 Subject: [PATCH] Remove Python 3 testing from config --- plexpy/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plexpy/config.py b/plexpy/config.py index 75050efe..a92489f7 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -805,12 +805,6 @@ class Config(object): """ Upgrades config file from previous verisions and bumps up config version """ - - ## Temporarily disable analytics for python3 branch and set environment to testing - ## TODO: Remove before pushing to nightly - self.SYSTEM_ANALYTICS = 0 - self.HTTP_ENVIRONMENT = 'test_suite' - if self.CONFIG_VERSION == 0: # Separate out movie and tv notifications if self.MOVIE_NOTIFY_ENABLE == 1: