mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2025-08-18 12:42:25 -04:00
Update monitor.py
typo
This commit is contained in:
parent
5ea88a4339
commit
2eea74f213
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user