From 960f9e33b9d37eddcd80a5a7321f5d59864a52ec Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 25 Mar 2020 17:02:51 +0100 Subject: [PATCH] Revert "Revert "Update monitor.py"" --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 75b77f9..34d3d4b 100644 --- a/monitor.py +++ b/monitor.py @@ -789,7 +789,7 @@ if __name__ == '__main__': btemplate = env.get_template('bridge_table.html') # 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('<<>>', REPORT_NAME) index_html = get_template(PATH + 'index_template.html') index_html = index_html.replace('<<>>', REPORT_NAME)