fix
This commit is contained in:
@@ -327,7 +327,8 @@ def workout_summary_to_df(
|
|||||||
enddate=timezone.now()+timezone.timedelta(days=1)):
|
enddate=timezone.now()+timezone.timedelta(days=1)):
|
||||||
|
|
||||||
ws = Workout.objects.filter(
|
ws = Workout.objects.filter(
|
||||||
user=rower,date__gte=startdate,date__lte=enddate
|
user=rower,date__gte=startdate,date__lte=enddate,
|
||||||
|
duplicate=False
|
||||||
).order_by("startdatetime")
|
).order_by("startdatetime")
|
||||||
|
|
||||||
types = []
|
types = []
|
||||||
|
|||||||
Reference in New Issue
Block a user