Private
Public Access
1
0

Merge branch 'release/v20.7.8'

This commit is contained in:
2024-04-17 14:39:59 +02:00
3 changed files with 1 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ class RP3Integration(SyncIntegration):
dologging('rp3_import.log', startdatetime)
_ = myqueue(
queuehigh,
queuelow,
handle_rp3_async_workout,
self.user.id,
auth_token,

Binary file not shown.

View File

@@ -1743,14 +1743,6 @@ def rankings_view2(request, userid=0,
jsondf = df.to_json()
job = myqueue(queue,
handle_getagegrouprecords,
jsondf, distances, durations, age, r.sex, r.weightcategory)
try:
request.session['async_tasks'] += [(job.id, 'agegrouprecords')]
except KeyError:
request.session['async_tasks'] = [(job.id, 'agegrouprecords')]
messages.error(request, message)
return render(request, 'rankings.html',
{'rankingworkouts': theworkouts,