Refresh the mobile newswire screen periodically

So that you can leave it open in a shell browser and see news coming in
main
Bob Mottram 2024-01-29 13:08:19 +00:00
parent 7f5721469f
commit 3014ef5aa5
1 changed files with 2 additions and 1 deletions

View File

@ -507,8 +507,9 @@ def html_newswire_mobile(base_dir: str, nickname: str,
instance_title = \
get_config_param(base_dir, 'instanceTitle')
metadata = '<meta http-equiv="refresh" content="1800" >\n'
html_str = \
html_header_with_external_style(css_filename, instance_title, None)
html_header_with_external_style(css_filename, instance_title, metadata)
banner_file, _ = \
get_banner_file(base_dir, nickname, domain, theme)