Merge pull request #2 from renemayer-hb/dev

Update monitor.py
This commit is contained in:
Waldek 2020-03-25 16:51:05 +01:00 committed by GitHub
commit acda8a3e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -789,7 +789,7 @@ if __name__ == '__main__':
btemplate = env.get_template('bridge_table.html') btemplate = env.get_template('bridge_table.html')
# Create Static Website index file # Create Static Website index file
bridges_html = get_template(PATH + 'bridge_template.html') bridges_html = get_template(PATH + 'bridges_template.html')
bridges_html = bridges_html.replace('<<<system_name>>>', REPORT_NAME) bridges_html = bridges_html.replace('<<<system_name>>>', REPORT_NAME)
index_html = get_template(PATH + 'index_template.html') index_html = get_template(PATH + 'index_template.html')
index_html = index_html.replace('<<<system_name>>>', REPORT_NAME) index_html = index_html.replace('<<<system_name>>>', REPORT_NAME)