Skip to content

Commit

Permalink
fix issue with like
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Oct 3, 2023
1 parent ed6bbf4 commit c2dd678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/api/pinned.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ async def get_pinned_post(model_id):
log.trace(f"pinned dupeset postids {outdict.keys()}")
log.trace("pinned raw unduped {posts}".format(posts= "\n\n".join(list(map(lambda x:f"undupedinfo pinned: {str(x)}",outdict.values())))))
log.debug(f"[bold]Pinned Count without Dupes[/bold] {len(outdict.values())} found")
return outdict.values()
return list(outdict.values() )

0 comments on commit c2dd678

Please sign in to comment.