Private
Public Access
1
0

replacing keyword async with harmless alternative

This commit is contained in:
Sander Roosendaal
2020-03-02 09:18:34 +01:00
parent 936c4cf175
commit ac66ad6341
4 changed files with 8 additions and 8 deletions

View File

@@ -4500,7 +4500,7 @@ def workout_upload_api(request):
w = Workout.objects.get(id=id)
uploads.do_sync(w,post_data,async=True)
uploads.do_sync(w,post_data,quick=True)
if make_plot:
res, jobid = uploads.make_plot(r,w,f1,f2,plottype,t)