Private
Public Access
1
0

solved private, added raceid

This commit is contained in:
2025-10-22 08:44:55 +02:00
parent fd9c00dcfe
commit b6d8ec0429
3 changed files with 63 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ def make_plot(r, w, f1, f2, plottype, title, imagename='', plotnr=0):
otwrange = [r.fastpaceotw.total_seconds(), r.slowpaceotw.total_seconds()]
oterange = [r.fastpaceerg.total_seconds(), r.slowpaceerg.total_seconds()]
job = myqueue(queuehigh, handle_makeplot, f1, f2,
job = myqueue(queue, handle_makeplot, f1, f2,
title, hrpwrdata,
plotnr, imagename, gridtrue=gridtrue, axis=axis,
otwrange=otwrange, oterange=oterange)