Skip to content

Commit ebebbc2

Browse files
authored
Update top-pypi-packages filename
To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See hugovk/top-pypi-packages#46.
1 parent bafc1f4 commit ebebbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find_nonpure_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def is_pure(package_name):
4040
return True
4141

4242

43-
with open('top-pypi-packages-30-days.json') as f:
43+
with open('top-pypi-packages.json') as f:
4444
data_top100 = json.load(f)['rows'][:150]
4545
pkgnames = [row['project'] for row in data_top100]
4646

0 commit comments

Comments
 (0)