From bb3a11ad00f78ed1f1f87e602ad0a0916cc9fb30 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 24 Nov 2019 14:55:16 -0800 Subject: [PATCH] Temporarily set environment to test_suite --- plexpy/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/config.py b/plexpy/config.py index 680627bf..59a9d332 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -798,9 +798,10 @@ class Config(object): Upgrades config file from previous verisions and bumps up config version """ - ## Temporarily disable analytics for python3 branch + ## 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