Added an extra space

This commit is contained in:
Christiaan Blom 2017-03-10 00:33:29 +01:00
parent b952cfe705
commit 3f7dd7ed9a

View File

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