From 3f7dd7ed9a2377be40f1a458881d8ace116921e9 Mon Sep 17 00:00:00 2001 From: Christiaan Blom Date: Fri, 10 Mar 2017 00:33:29 +0100 Subject: [PATCH] Added an extra space --- homeassistant/components/notify/discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/notify/discord.py b/homeassistant/components/notify/discord.py index e061492801b..189aa0d02bb 100644 --- a/homeassistant/components/notify/discord.py +++ b/homeassistant/components/notify/discord.py @@ -44,7 +44,7 @@ class DiscordNotificationService(BaseNotificationService): @discord_bot.event @asyncio.coroutine - def on_ready(): # pylint: disable=unused-variable + def on_ready(): # pylint: disable=unused-variable """Send the messages when the bot is ready.""" for channelid in kwargs[ATTR_TARGET]: channel = discord.Object(id=channelid)