Skip to content

Commit c74f47b

Browse files
committed
server
1 parent 787c0bd commit c74f47b

File tree

4 files changed

+91440
-103
lines changed

4 files changed

+91440
-103
lines changed

calls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from requests import post
22

33
record_file = open("recorded_packages.txt", "w")
4-
with open("all_pypi_packages/all_pypi_packages_1.txt", "r") as file:
4+
with open("all_pypi_packages/all_pypi_packages_2.txt", "r") as file:
55
text = file.read()
66
packages = text.split("\n")
77

0 commit comments

Comments
 (0)