cc-4105: refactored a few routines, added more comments
This commit is contained in:
parent
b3fea71916
commit
6214ac961d
6 changed files with 30 additions and 30 deletions
|
@ -19,7 +19,7 @@ class RequestSync(threading.Thread,Loggable):
|
|||
|
||||
@LazyProperty
|
||||
def apiclient(self):
|
||||
return ac.AirTimeApiClient()
|
||||
return ac.AirtimeApiClient()
|
||||
|
||||
def run(self):
|
||||
# TODO : implement proper request sending
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue