We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09e8db commit 5834b86Copy full SHA for 5834b86
pontos/nvd/source/api.py
@@ -45,7 +45,7 @@ class SourceApi(NVDApi):
45
from pontos.nvd.source import SourceApi
46
47
async with SourceApi() as api:
48
- async for source in api.source():
+ async for source in api.sources():
49
print(source)
50
"""
51
@@ -115,7 +115,7 @@ def sources(
115
116
117
118
- async for source in api.source(source_identifier="[email protected]"):
+ async for source in api.sources(source_identifier="[email protected]"):
119
120
121
params: Params = {}
0 commit comments