diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rrdui-cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rrdui-cgi.py b/tools/rrdui-cgi.py index 75c9ce9..fc58608 100755 --- a/tools/rrdui-cgi.py +++ b/tools/rrdui-cgi.py @@ -40,7 +40,7 @@ class GraphDef: if cfg.has_option("general", "title"): self.title = cfg.get("general", "title") if cfg.has_option("general", "category"): - self.title = cfg.get("general", "category") + self.category = cfg.get("general", "category") # Loading graph stuff if cfg.has_option("graph", "width"): |