fix: [RegexTracker] fix missing hostname in mail notification

pull/534/head
Terrtia 2020-09-09 15:06:34 +02:00
parent bb6b5182b4
commit 8ef1f05928
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if __name__ == "__main__":
p = Process(config_section)
max_execution_time = p.config.getint(config_section, "max_execution_time")
ull_item_url = p.config.get("Notifications", "ail_domain") + full_item_url
full_item_url = p.config.get("Notifications", "ail_domain") + full_item_url
redis_cache_key = regex_helper.generate_redis_cache_key(module_name)