[update] added color palette suggested by AM, some visual tweaks

This commit is contained in:
2023-04-21 16:33:02 +02:00
parent 10e2322882
commit 353f073d12
3 changed files with 13 additions and 22 deletions

View File

@@ -514,7 +514,7 @@ class SurveillanceBot(object):
# write footer with optional logo
logo_file = self.parameters.get('html_logo')
if not os.path.isfile(logo_file):
if not os.path.isfile(pjoin(self.outpath_html, logo_file)):
print(f'Specified file {logo_file} not found.')
logo_file = None