Skip to content

Commit

Permalink
get only my posts
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Oct 25, 2023
1 parent 17c65a1 commit 5a968e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/thoughts.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@hook_impl(trylast=True)
def load(markata: "Markata") -> None:
posts = requests.get(
"https://thoughts.waylonwalker.com/posts?page_size=9999999999"
"https://thoughts.waylonwalker.com/posts/waylonwalker/?page_size=9999999999"
).json()

for post in posts:
Expand Down

0 comments on commit 5a968e9

Please sign in to comment.