Skip to content

Commit

Permalink
Also display request link
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Sep 29, 2023
1 parent 973bd00 commit 50bf6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptpapi/scripts/ptp.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def do_requests(api, args):
filters[f.split("=")[0]] = f.partition("=")[2]
for r in api.requests(filters):
print(
"{Title} [{Year}] / {RequestCriteria} / {ImdbLink} / {RequestBountyHuman}".format(
"{Title} [{Year}] / {RequestCriteria} / {ImdbLink} / {RequestLink} / {RequestBountyHuman}".format(
**r
)
)
Expand Down

0 comments on commit 50bf6aa

Please sign in to comment.