mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Hash client ID
This commit is contained in:
parent
655a359ef4
commit
3f3d1962c7
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ def generate_uuid():
|
|||
|
||||
|
||||
def send_analytics():
|
||||
tracker = Tracker.create('UA-111522699-2', client_id=CONFIG.PMS_UUID)
|
||||
tracker = Tracker.create('UA-111522699-2', client_id=CONFIG.PMS_UUID, hash_client_id=True)
|
||||
tracker.send('event', {
|
||||
'category': 'system',
|
||||
'action': 'install',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue