We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1cea1 commit 3060babCopy full SHA for 3060bab
1 file changed
scripts/cve/nvd_api.py
@@ -29,7 +29,6 @@
29
month = str(now.month).zfill(2)
30
day = str(now.day).zfill(2)
31
params = {
32
- "resultsPerPage": 200,
33
"pubStartDate": f"{year}-{month}-{day}T00:00:00.000-00:00",
34
"pubEndDate": f"{year}-{month}-{day}T23:59:59.999-00:00",
35
}
0 commit comments