HyperKitty SAR script: fix env var name

This commit is contained in:
Aurélien Bompard 2018-05-15 11:41:34 +00:00
parent 9bb4484adc
commit 2d61c84f2d

View file

@ -18,7 +18,7 @@ import requests
from six.moves.urllib.parse import urljoin
ENV_EMAIL = "GDPR_EMAIL"
ENV_EMAIL = "SAR_EMAIL"
HYPERKITTY_INSTANCE = "http://localhost/archives/"
log = logging.getLogger()