From 5403b0b54799960299d714c06a600213c65853ab Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 22 Feb 2018 11:41:22 -0800 Subject: [PATCH] Install or update event --- plexpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index efd8f720..641440af 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -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')