forked from mirrors/thatmattlove-hyperglass
Fix collection method name
This commit is contained in:
parent
eca538782f
commit
36122e56ab
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class AgentConnection(Connection):
|
|||
rest() connects to devices via HTTP for RESTful API communication
|
||||
"""
|
||||
|
||||
async def hyperglass_agent(self) -> Iterable: # noqa: C901
|
||||
async def collect(self) -> Iterable: # noqa: C901
|
||||
"""Connect to a device running hyperglass-agent via HTTP."""
|
||||
log.debug(f"Query parameters: {self.query}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue