Install or update event

This commit is contained in:
JonnyWong16 2018-02-22 11:41:22 -08:00
commit 5403b0b547

View file

@ -469,7 +469,7 @@ def start():
if not CONFIG.FIRST_RUN_COMPLETE:
analytics_event(category='system', action='install')
if _UPDATE:
elif _UPDATE:
analytics_event(category='system', action='update')
analytics_event(category='system', action='start')