diff --git a/resources/lib/ga_client.py b/resources/lib/ga_client.py index 6a0665b8..6c5bfb6a 100644 --- a/resources/lib/ga_client.py +++ b/resources/lib/ga_client.py @@ -36,7 +36,7 @@ def log_error(errors=(Exception, )): # main GA class class GoogleAnalytics(): - testing = True + testing = False def __init__(self):