intel-screenbot

An Ingress Intel Map Bot for Hangoutsbot
git clone git://archive.git.mtrnord.blog/MTRNord/intel-screenbot.git
Log | Files | Refs | README | LICENSE

commit 18cff779f8acda0b2c321d45cd53802400fe573e
parent 7e0c3ffeb1beb2aedf676c788d85bb0451d5b9a5
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 13 Nov 2016 00:20:09 +0100

Fix iitc command
Diffstat:
M__init__.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/__init__.py b/__init__.py @@ -258,8 +258,8 @@ def iitc(bot, event, *args): plugin = url_helper[x] plugins.append(value) x += 1 - - logger.info(plugin) + else: + plugin = '' try: loop = asyncio.get_event_loop() image_data = yield from _screencap("iitc", url, filepath, filename, SACSID, CSRF, plugins, search, bot, event)