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 0df02499cb3239729e50f811c86e2f6bff763700
parent 88729ce0ddc2c23849a64666e121b74c1cd7e0a0
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 31 Dec 2016 16:21:00 +0100

Cleanup imports
Diffstat:
M__init__.py | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/__init__.py b/__init__.py @@ -1,13 +1,9 @@ from bs4 import BeautifulSoup import requests import json -import asyncio, io, logging, os, re, time, tempfile -import subprocess +import asyncio, io, logging, os, tempfile import plugins import re -from asyncio import subprocess -from shutil import move -from os import remove, close logger = logging.getLogger(__name__)