Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kirichkov committed Oct 17, 2018
1 parent 4a0641f commit 67e904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/owntracks_http.py
Expand Up @@ -81,6 +81,6 @@ async def handle_webhook(hass, webhook_id, request):
status=500, content_type="application/json")

hass.components.webhook.async_register(
config['webhook_id'], handle_webhook)
config['webhook_id'], handle_webhook)

return True

0 comments on commit 67e904c

Please sign in to comment.