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 7e0c3ffeb1beb2aedf676c788d85bb0451d5b9a5
parent f42d1cff7cc8686042f4b2cb18e27517937bf6d1
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 13 Nov 2016 00:13:59 +0100

Fix counting
Diffstat:
M__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/__init__.py b/__init__.py @@ -257,7 +257,7 @@ def iitc(bot, event, *args): if value == plugin_name: plugin = url_helper[x] plugins.append(value) - x++ + x += 1 logger.info(plugin) try: