lf_check.py typo fix on ghost address

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-31 07:06:22 -06:00
parent 8b1d91fd30
commit f5dc2aa7c9

View File

@@ -360,15 +360,16 @@ http://{hostname}/{report}
http://{hostname}/{report}""".format(hostname=hostname,report=report_url)
# Put in report information current two methods supported,
if(self.json_igg != "" ):
message_txt += """
Blog:
thhp://{blog}:2368""".format(blog=self.blog_host)
else:
message_txt +="""
message_txt +="""
QA Report Dashboard:
http://{ip_qa}/{qa_url}
NOTE: Diagrams are links in dashboard""".format(ip_qa=ip,qa_url=qa_url)
if(self.json_igg != "" ):
message_txt += """
Ghost Blog:
http://{blog}:2368""".format(blog=self.blog_host)
if (self.email_title_txt != ""):
mail_subject = "{} [{hostname}] {date}".format(self.email_title_txt, hostname=hostname,