mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Install or update event
This commit is contained in:
parent
51b5e615f5
commit
5403b0b547
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ def start():
|
||||||
if not CONFIG.FIRST_RUN_COMPLETE:
|
if not CONFIG.FIRST_RUN_COMPLETE:
|
||||||
analytics_event(category='system', action='install')
|
analytics_event(category='system', action='install')
|
||||||
|
|
||||||
if _UPDATE:
|
elif _UPDATE:
|
||||||
analytics_event(category='system', action='update')
|
analytics_event(category='system', action='update')
|
||||||
|
|
||||||
analytics_event(category='system', action='start')
|
analytics_event(category='system', action='start')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue