diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
