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/"