diff --git a/htdocs/plotting/auto/scripts100/p169.py b/htdocs/plotting/auto/scripts100/p169.py index 514f815657..f747d0a264 100644 --- a/htdocs/plotting/auto/scripts100/p169.py +++ b/htdocs/plotting/auto/scripts100/p169.py @@ -229,9 +229,8 @@ def plotter(fdict): ) hlabel = "Over Exactly" if ctx["how"] == "exact" else "Within" - tt = PDICT2[varname].rsplit(" ", maxsplit=1)[0] title = ( - f"{ctx['_sname']}:: Top 10 {tt} {MDICT[mydir]}\n" + f"{ctx['_sname']}:: Top 10 {PDICT2[varname]} {MDICT[mydir]}\n" f"{hlabel} {hours} Hour Period ({ab.year}-{date.today().year}) " f"[{MDICT2[month]}]" )