-syntax error in api_client

This commit is contained in:
Martin Konecny 2012-04-27 16:20:40 -04:00
parent 763d1918d9
commit 47051c460e
1 changed files with 1 additions and 1 deletions

View File

@ -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)