Skip to content

Commit 3060bab

Browse files
committed
Remove unnecessary resultsPerPage parameter from API request
1 parent 7c1cea1 commit 3060bab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/cve/nvd_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
month = str(now.month).zfill(2)
3030
day = str(now.day).zfill(2)
3131
params = {
32-
"resultsPerPage": 200,
3332
"pubStartDate": f"{year}-{month}-{day}T00:00:00.000-00:00",
3433
"pubEndDate": f"{year}-{month}-{day}T23:59:59.999-00:00",
3534
}

0 commit comments

Comments
 (0)