From 47051c460eb459f7ab874eacdd121fb1dfe76015 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Fri, 27 Apr 2012 16:20:40 -0400 Subject: [PATCH] -syntax error in api_client --- 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 dd61fa0a1..c98b0358c 100755 --- a/python_apps/api_clients/api_client.py +++ b/python_apps/api_clients/api_client.py @@ -556,7 +556,7 @@ class AirTimeApiClient(ApiClientInterface): url = url.replace("%%api_key%%", self.config["api_key"]) url = url.replace("%%component%%", component) - get_response_from_server(url) + self.get_response_from_server(url) except Exception, e: logger.error("Exception: %s", e)