From 7a9e29c9b7b15865a46d515d4058ef172a1a14fa Mon Sep 17 00:00:00 2001 From: shaun Date: Sat, 12 Nov 2016 19:12:16 +1100 Subject: [PATCH] turn testing off --- resources/lib/ga_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):