Skip to content

Commit

Permalink
Merge pull request #67 from bellingcat/rly0nheart-patch-1
Browse files Browse the repository at this point in the history
Rly0nheart patch 1
  • Loading branch information
rly0nheart authored Feb 10, 2024
2 parents fc612cb + 8aaf475 commit 28245c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion knewkarma/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

author: str = "Richard Mwewa"
about_author: str = "https://rly0nheart.github.io"
version: str = "3.5.0.0"
version: str = "3.5.1.0"

# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #

Expand Down
2 changes: 1 addition & 1 deletion knewkarma/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async def get_posts(
all_posts.extend(process_response(response_data=posts_list))

# We use the id of the last post in the list to paginate to the next posts
last_post_id: str = all_posts[-1].get("data").get("id")
last_post_id: str = all_posts[-1].get("data").get("name")

# ---------------------------------------------------------- #

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "knewkarma"
version = "3.5.0.0"
version = "3.5.1.0"
description = "A Reddit Data Analysis Toolkit."
authors = ["Richard Mwewa <rly0nheart@duck.com>"]
readme = "README.md"
Expand Down

0 comments on commit 28245c6

Please sign in to comment.