add GA logging to main and service base calls

This commit is contained in:
sfaulds 2016-10-10 13:44:06 +11:00
parent e9be0ae64a
commit 64766bcb71
3 changed files with 15 additions and 2 deletions

View file

@ -11,7 +11,7 @@ log = logging.getLogger("EMBY."+__name__)
class GoogleAnalytics():
testing = True
testing = False
def __init__(self):