mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Remove Python 3 testing from config
This commit is contained in:
parent
2eebacc3a6
commit
e6d0212604
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue