correctly rename AirTime to Airtime
This commit is contained in:
parent
4ebcb1b1f9
commit
e056e5ff01
8 changed files with 10 additions and 10 deletions
|
@ -64,7 +64,7 @@ except Exception, e:
|
|||
|
||||
class Notify:
|
||||
def __init__(self):
|
||||
self.api_client = api_client.AirTimeApiClient()
|
||||
self.api_client = api_client.AirtimeApiClient()
|
||||
|
||||
def notify_media_start_playing(self, data, media_id):
|
||||
logger = logging.getLogger("notify")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue