adapt to new ICapMessages API
This commit is contained in:
parent
42dd9ec4e1
commit
e7c24c13c8
12 changed files with 381 additions and 249 deletions
|
|
@ -103,6 +103,8 @@ class Tile:
|
|||
try:
|
||||
return self.hash[self.checksum()]
|
||||
except KeyError:
|
||||
print 'Unable te resolve:'
|
||||
self.display()
|
||||
raise CaptchaError()
|
||||
|
||||
class Captcha:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue