Skip to content

Commit

Permalink
Removed deprecated code
Browse files Browse the repository at this point in the history
page_limit kwparam from GetTrackListRequest
  • Loading branch information
iluvcapra committed Apr 13, 2024
1 parent 42275ef commit 3a2fa8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ def track_list(
is_inverted=False)]

op = ops.GetTrackList(
page_limit=1000,
track_filter_list=filters,
pagination_request=pt.PaginationRequest(limit=1000, offset=0)
)
Expand Down

0 comments on commit 3a2fa8d

Please sign in to comment.