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 c061ac3ee83c9e755c0f3ed3e4aab735d5dab937
parent 3c32c18887a5f58ff9208c80efc912e9cf7b1496
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Fri, 11 Nov 2016 22:19:08 +0100

Sync timeouts
Diffstat:
Mintel_screenbot/__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/intel_screenbot/__init__.py b/intel_screenbot/__init__.py @@ -34,7 +34,7 @@ def _screencap(url, filepath, filename, SACSID, CSRF, search, bot, event): else: command = 'phantomjs hangupsbot/plugins/intel_screenbot/screencap.js "' + SACSID + '" "' + CSRF + '" "' + url + '" "' + filepath + '" "' + search + '"' task = _get_lines(command) - task = asyncio.wait_for(task, 120.0, loop=loop) + task = asyncio.wait_for(task, 180.0, loop=loop) exitcode, stdout = yield from task # read the resulting file into a byte array