update python dependencies

This commit is contained in:
Sam
2022-11-26 12:54:56 +01:00
parent 609aa06733
commit 6c9fa65558
7 changed files with 159 additions and 172 deletions

View File

@ -271,7 +271,7 @@ def get_workouts(auth_user: User) -> Union[Dict, HttpResponse]:
if order == 'asc'
else desc(workout_column),
)
.paginate(page, per_page, False)
.paginate(page=page, per_page=per_page, error_out=False)
)
workouts = workouts_pagination.items
return {