Skip to content

Commit

Permalink
Merge pull request #47 from knewkarma-io/dev
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
rly0nheart authored Oct 27, 2024
2 parents 2d2179f + ce267bb commit e525a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import knewkarma


async def subreddit_posts(subreddit_name, posts_limit):
subreddit = knewkarma.Subreddit(name=subreddit_name)
subreddit = knewkarma.Subreddit(subreddit_name)

async with aiohttp.ClientSession() as session:
posts = await subreddit.posts(session=session, limit=posts_limit)
Expand Down

0 comments on commit e525a90

Please sign in to comment.