turn testing off

This commit is contained in:
shaun 2016-11-12 19:12:16 +11:00
parent 5d35897a47
commit 7a9e29c9b7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def log_error(errors=(Exception, )):
# main GA class
class GoogleAnalytics():
testing = True
testing = False
def __init__(self):