added todo
This commit is contained in:
parent
75ce5b205d
commit
91ce35ee9a
|
@ -179,6 +179,7 @@ class AirtimeApiClient(object):
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def __get_airtime_version(self):
|
def __get_airtime_version(self):
|
||||||
|
# TODO : maybe fix this function to drop an exception?
|
||||||
logger = self.logger
|
logger = self.logger
|
||||||
url= self.construct_url("version_url")
|
url= self.construct_url("version_url")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue