From a5b73f7e836f90dd979f39ed98d5a9f0cd0119c2 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Thu, 30 Aug 2018 21:24:28 +0900 Subject: [PATCH] Remove some remnants of Google Analytics --- app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.py b/app.py index c6340a4..d109a5d 100644 --- a/app.py +++ b/app.py @@ -16,7 +16,7 @@ # limitations under the License. import os.path, os, random, threading, time, json, logging, base64, hashlib, StringIO, struct -from secrets import BLOB_KEY, UA_ID +from secrets import BLOB_KEY from PIL import Image from Crypto.Cipher import AES @@ -29,8 +29,6 @@ if __name__ == "__main__": app.config['DEBUG'] = True -app.config["UA_ID"] = UA_ID - BASE = os.path.dirname(os.path.abspath(__file__)) + "/" CARD_CACHE_DIR = BASE + "data/cards/"