fix format

pull/109/head
Fabian Affolter 2015-04-28 09:43:53 +02:00
parent 5ca1a80ad5
commit 234669f469
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def get_service(hass, config):
try:
if response.json()['error']:
_LOGGER.error("{}".format(response.json()['msg']))
_LOGGER.error(response.json()['msg'])
# pylint: disable=bare-except
except:
try: