Private
Public Access
1
0

fixing export error

This commit is contained in:
2024-12-29 14:33:18 +01:00
parent 3a7b51a8d8
commit 4fda5a04cb
4 changed files with 22 additions and 5 deletions

View File

@@ -2068,7 +2068,7 @@ def workouts_bulk_actions(request):
if exportchoice.is_valid():
destination = exportchoice.cleaned_data['destination']
for w in workouts:
integration = importsources[destination](request.user)
integration = importsources[destination](r.user)
try:
id = integration.workout_export(w)
messages.info(request,