Skip to content

Commit

Permalink
Remove some remnants of Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed Aug 30, 2018
1 parent fcdacad commit a5b73f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.py
Expand Up @@ -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

Expand All @@ -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/"
Expand Down

0 comments on commit a5b73f7

Please sign in to comment.