added todo

This commit is contained in:
Rudi Grinberg 2012-10-31 10:43:59 -04:00
parent 75ce5b205d
commit 91ce35ee9a
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class AirtimeApiClient(object):
return response
def __get_airtime_version(self):
# TODO : maybe fix this function to drop an exception?
logger = self.logger
url= self.construct_url("version_url")