Skip to content

Commit

Permalink
fix user lists not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 21, 2024
1 parent d2be49c commit 3b45fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/data/api/subscriptions/lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def scrape_list_members(c, item, offset=0):
log.debug(
f"usernames {log_id} : usernames retrived -> {list(map(lambda x:x.get('username'),users))}"
)
name = f"API {item.get(name)}"
name = f"API {item.get('name')}"
trace_progress_log(name, data, offset=offset)

if (
Expand Down

0 comments on commit 3b45fa6

Please sign in to comment.