From f66587f131ac6870eb489608d12a6312987161c6 Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 19 May 2014 15:11:48 +0200 Subject: [CaptchaBrotherhood] Pillow support --- module/plugins/hooks/CaptchaBrotherhood.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/CaptchaBrotherhood.py') diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py index c95456924..23d71ff5f 100644 --- a/module/plugins/hooks/CaptchaBrotherhood.py +++ b/module/plugins/hooks/CaptchaBrotherhood.py @@ -24,7 +24,7 @@ import pycurl import StringIO from urllib import urlencode from time import sleep -import Image +from PIL import Image from module.network.RequestFactory import getURL, getRequest from module.plugins.Hook import Hook @@ -46,7 +46,7 @@ class CaptchaBrotherhoodException(Exception): class CaptchaBrotherhood(Hook): __name__ = "CaptchaBrotherhood" - __version__ = "0.04" + __version__ = "0.05" __description__ = """Send captchas to CaptchaBrotherhood.com""" __config__ = [("activated", "bool", "Activated", False), ("username", "str", "Username", ""), -- cgit v1.2.3