Private
Public Access
1
0

removed tests of removed urls

This commit is contained in:
2024-03-25 21:31:08 +01:00
parent 02c998af3e
commit 892d6e4a83
8 changed files with 2 additions and 102 deletions

View File

@@ -315,7 +315,7 @@ def interactive_hr_piechart(df, rower, title, totalseconds=0):
'title': "HR "+ title
}
script, div = get_chart("/hrpie", chart_data, debug=True)
script, div = get_chart("/hrpie", chart_data)
return script, div
def pretty_timedelta(secs):