Development

This commit is contained in:
Matthew Grotke 2026-06-11 01:31:57 -04:00
parent 4be98fd794
commit ef4bdef838
14 changed files with 780 additions and 1419 deletions

View file

@ -31,13 +31,6 @@ def _period_selector_html(current_period):
def collect_tokens(cfg):
try:
new = mod_metrics.collect_metrics(cfg)
if new:
mod_metrics.update_metrics_db(new)
except Exception:
pass
tokens = config_utils.collect_layout_tokens(cfg)
dns = cfg.get('upstream_dns', {})
servers = dns.get('upstream_servers', [])