mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Remove extra pass
This commit is contained in:
parent
731d5c9baf
commit
cd3ff6eed7
1 changed files with 0 additions and 1 deletions
|
@ -2880,7 +2880,6 @@ def analytics_event(name, **kwargs):
|
||||||
if TRACKER:
|
if TRACKER:
|
||||||
try:
|
try:
|
||||||
TRACKER.send(events=[event])
|
TRACKER.send(events=[event])
|
||||||
pass
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warn("Failed to send analytics event for name '%s': %s" % (name, e))
|
logger.warn("Failed to send analytics event for name '%s': %s" % (name, e))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue