commit bcaf7438a564359f3545c6020e593e59fb508dda
parent 18cff779f8acda0b2c321d45cd53802400fe573e
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sun, 13 Nov 2016 00:21:28 +0100
Fix Variable naming
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/__init__.py b/__init__.py
@@ -262,7 +262,7 @@ def iitc(bot, event, *args):
plugin = ''
try:
loop = asyncio.get_event_loop()
- image_data = yield from _screencap("iitc", url, filepath, filename, SACSID, CSRF, plugins, search, bot, event)
+ image_data = yield from _screencap("iitc", url, filepath, filename, SACSID, CSRF, plugin, search, bot, event)
except Exception as e:
yield from bot.coro_send_message(event.conv_id, "<i>error getting screenshot</i>")
logger.exception("screencap failed".format(url))