Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
d60 authored Mar 20, 2024
1 parent c23839d commit 55bc133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion twikit/twikit_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,9 @@ async def get_latest_timeline(
results.append(Tweet(self, tweet_info, user_info))

async def _fetch_next_result():
return await self.get_latest_timeline(count, seen_tweet_ids, next_cursor)
return await self.get_latest_timeline(
count, seen_tweet_ids, next_cursor
)

return Result(
results,
Expand Down

0 comments on commit 55bc133

Please sign in to comment.