mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-24 17:10:32 +00:00
add GA logging to main and service base calls
This commit is contained in:
parent
e9be0ae64a
commit
64766bcb71
3 changed files with 15 additions and 2 deletions
|
@ -11,7 +11,7 @@ log = logging.getLogger("EMBY."+__name__)
|
|||
|
||||
class GoogleAnalytics():
|
||||
|
||||
testing = True
|
||||
testing = False
|
||||
|
||||
def __init__(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue