Skip to content

Commit

Permalink
Reverse ID order so it's oldest to newest.
Browse files Browse the repository at this point in the history
Forgot to commit this earlier.
  • Loading branch information
emmiegit committed Mar 21, 2024
1 parent 6727c5e commit 6dc142a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yellowstone/request/forum_post_revisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ def get(
regex_extract_int(source, element.attrs["onclick"], REVISION_ID_REGEX),
)

revision_ids.reverse()
return revision_ids

0 comments on commit 6dc142a

Please sign in to comment.