Skip to content

Commit

Permalink
remove testing limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jul 26, 2024
1 parent 5c591fd commit dd281a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_downloads/stats_from_anaconda_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async def main() -> str:
}
date = session.date
for channel_name, package_names in channel_package_names.items():
await save_channel_stats(date, channel_name, package_names[1:100])
await save_channel_stats(date, channel_name, package_names)
return date


Expand Down

0 comments on commit dd281a4

Please sign in to comment.