api_client fix
This commit is contained in:
parent
da6013b523
commit
8d3024d42e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class AirtimeApiClient(object):
|
|||
|
||||
def check_live_stream_auth(self, username, password, dj_type):
|
||||
return self.services.check_live_stream_auth(
|
||||
username=username, password=password, dj_type=dj_type)
|
||||
username=username, password=password, djtype=dj_type)
|
||||
|
||||
def construct_url(self,config_action_key):
|
||||
"""Constructs the base url for every request"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue