mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Add python version to Google Analytics
This commit is contained in:
parent
a116c26c25
commit
416d869288
3 changed files with 4 additions and 3 deletions
|
@ -35,6 +35,7 @@ PLATFORM_RELEASE = platform.release()
|
|||
PLATFORM_VERSION = platform.version()
|
||||
PLATFORM_LINUX_DISTRO = ' '.join(x for x in distro.linux_distribution() if x)
|
||||
PLATFORM_DEVICE_NAME = platform.node()
|
||||
PYTHON_VERSION = platform.python_version()
|
||||
BRANCH = version.PLEXPY_BRANCH
|
||||
RELEASE = version.PLEXPY_RELEASE_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue