[new] add logo on html webpage

This commit is contained in:
2023-04-19 14:59:45 +02:00
parent acc8575d70
commit 1983cc3b1e
3 changed files with 13 additions and 4 deletions

View File

@@ -508,7 +508,7 @@ class SurveillanceBot(object):
outfile.write(get_html_text(link_str))
outfile.write(get_html_text(self.status_message))
outfile.write(html_footer())
outfile.write(html_footer(footer_logo=self.parameters.get('html_logo')))
except Exception as e:
print(f'Could not write HTML table to {fnout}:')