Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seb26 committed Feb 19, 2024
1 parent 1d0946e commit 18fefe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameioclient/lib/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_specific_page(
page (int): What page to get
"""
if method == HTTPMethods.GET:
endpoint = "{endpoint}?page={page}"
endpoint = f"{endpoint}?page={page}"
return self._api_call(method, endpoint)

if method == HTTPMethods.POST:
Expand Down

0 comments on commit 18fefe7

Please sign in to comment.