removed tests of removed urls
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user