From e790118396c6ff3662932de2daf0a673e4eaec67 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 11 Mar 2021 21:36:20 +0100 Subject: [PATCH] Update monitor.py --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 5b8f6ba..fb45175 100644 --- a/monitor.py +++ b/monitor.py @@ -512,7 +512,7 @@ def build_stats(): dashboard_server.broadcast(info) sinfo = 's'+ stemplate.render(themec=THEME_COLOR,auth=WEB_AUTH) dashboard_server.broadcast(sinfo) - if URL_PATH == "bridges" and BRIDGES and BRIDGES_INC and BTABLE['SETUP']['BRIDGES']: + if BRIDGES and BRIDGES_INC and BTABLE['SETUP']['BRIDGES']: bridges = 'b' + btemplate.render(_table=BTABLE,dbridges=BTABLE['SETUP']['BRIDGES'],auth=WEB_AUTH) dashboard_server.broadcast(bridges) build_time = now