1

Refactoring

This commit is contained in:
2025-11-28 16:05:31 +01:00
parent 8908c7f6cf
commit 3477ed04be
17 changed files with 11 additions and 312 deletions

View File

@@ -115,7 +115,7 @@ def main():
values = [item[1] for item in top]
try:
from render_stats_charts import render_top_requests, setup_rcparams
from lib.render_stats_charts import render_top_requests, setup_rcparams
except ImportError as exc: # noqa: BLE001
print(f"Failed to import renderer: {exc}", file=sys.stderr)
sys.exit(1)