mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Added an extra space
This commit is contained in:
parent
b952cfe705
commit
3f7dd7ed9a
@ -44,7 +44,7 @@ class DiscordNotificationService(BaseNotificationService):
|
|||||||
|
|
||||||
@discord_bot.event
|
@discord_bot.event
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def on_ready(): # pylint: disable=unused-variable
|
def on_ready(): # pylint: disable=unused-variable
|
||||||
"""Send the messages when the bot is ready."""
|
"""Send the messages when the bot is ready."""
|
||||||
for channelid in kwargs[ATTR_TARGET]:
|
for channelid in kwargs[ATTR_TARGET]:
|
||||||
channel = discord.Object(id=channelid)
|
channel = discord.Object(id=channelid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user