aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 5c38584..6addfb2 100644
--- a/config.py
+++ b/config.py
@@ -21,7 +21,7 @@ class Config(object):
MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS') is not None
MAIL_USERNAME = os.environ.get('MAIL_USERNAME')
MAIL_PASSWORD = os.environ.get('MAIL_PASSWORD')
- ADMINS = ['gvandenburg@turing.ac.uk']
+ ADMINS = ["annotatechange@gmail.com"]
# these should be used relative to the instance path
DATASET_DIR = "datasets"