CC-4218: Live resource: Cannot connect live resource.
- fixed
This commit is contained in:
parent
5315d1efd0
commit
1c9e290982
2 changed files with 5 additions and 6 deletions
python_apps/pypo/liquidsoap_scripts
|
@ -13,6 +13,6 @@ if dj_type == '--master':
|
|||
elif dj_type == '--dj':
|
||||
source_type = 'dj'
|
||||
|
||||
response = api_clients.check_live_stream_auth(username, password, type)
|
||||
response = api_clients.check_live_stream_auth(username, password, source_type)
|
||||
|
||||
print response['msg']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue