Skip to content

Commit

Permalink
Merge pull request #85 from kirstenwinther/master
Browse files Browse the repository at this point in the history
readd Max to email list
  • Loading branch information
kirstenwinther authored Dec 2, 2018
2 parents deda1b8 + 04357fe commit 39d1830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/upload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)

ADMIN_EMAILS = ['[email protected]', '[email protected]']
ADMIN_EMAILS = ['[email protected]', '[email protected]',
'[email protected]']
FRONTEND_URL = 'https://www.catalysis-hub.org'

upload = flask.Blueprint('upload', __name__)
Expand Down

0 comments on commit 39d1830

Please sign in to comment.