- forgot to capitalize 'by' in 'getTrafficById'
This commit is contained in:
parent
727617342f
commit
b4b0137e3f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Traffic(base.ApiEndpoint):
|
|||
return json
|
||||
|
||||
@classmethod
|
||||
def getTrafficbyId(cls, systemId):
|
||||
def getTrafficById(cls, systemId):
|
||||
"""
|
||||
Requests information about traffic in a system.
|
||||
|
||||
|
|
Loading…
Reference in a new issue