HyperKitty SAR script: fix env var name
This commit is contained in:
parent
9bb4484adc
commit
2d61c84f2d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue