Private
Public Access
1
0

adding axis labels to instroke plots for Quiske

This commit is contained in:
Sander Roosendaal
2023-01-03 08:19:56 +01:00
parent ac2ad454bb
commit 37d5a5439c
3 changed files with 31 additions and 7 deletions

View File

@@ -307,6 +307,8 @@ queuelow = django_rq.get_queue('low')
queuehigh = django_rq.get_queue('high')
g_acc = 9.80665
def get_totals(workouts):
totalseconds = 0
totalmeters = 0