Skip to content
Snippets Groups Projects
Commit 42a2b240 authored by Vincent Garonne's avatar Vincent Garonne
Browse files

Merge branch 'patch-1975-hermes__use_correct_config_value' into 'master'

[RUCIO-1975] hermes: use correct config value



See merge request !625
parents df85fca3 3ad838b6
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ def deliver_emails(once=False, send_email=True, thread=0, bulk=1000, delay=10):
live(executable=executable, hostname=hostname, pid=pid, thread=hb_thread)
graceful_stop.wait(1)
email_from = config_get('hermes', 'email_from')
email_from = config_get('messaging-hermes', 'email_from')
while not graceful_stop.is_set():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment