Fix variable names to follow structure
This commit is contained in:
parent
ba63276df3
commit
ec85c4b4a6
5 changed files with 20 additions and 20 deletions
|
@ -166,7 +166,7 @@ class OmbiAPI(object):
|
|||
|
||||
self.dbmanager.write_points(influx_payload)
|
||||
|
||||
def get_issues_counts(self):
|
||||
def get_issue_counts(self):
|
||||
now = datetime.now(timezone.utc).astimezone().isoformat()
|
||||
endpoint = '/api/v1/Issues/count'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue