From 8d3024d42ebbd304eb6c5924f6b9cac7ddc29f80 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 22 Nov 2012 15:59:37 -0500 Subject: [PATCH] api_client fix --- python_apps/api_clients/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/api_clients/api_client.py b/python_apps/api_clients/api_client.py index 9d6b16597..cdfb90fdb 100644 --- a/python_apps/api_clients/api_client.py +++ b/python_apps/api_clients/api_client.py @@ -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"""