mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Temporarily disable analytics for python3 branch
This commit is contained in:
parent
e6be03a770
commit
64d3bd9c4f
1 changed files with 5 additions and 0 deletions
|
@ -797,6 +797,11 @@ class Config(object):
|
|||
"""
|
||||
Upgrades config file from previous verisions and bumps up config version
|
||||
"""
|
||||
|
||||
## Temporarily disable analytics for python3 branch
|
||||
## TODO: Remove before pushing to nightly
|
||||
self.SYSTEM_ANALYTICS = 0
|
||||
|
||||
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