add the 'register' backend parameter

This commit is contained in:
Romain Bignon 2010-07-15 23:37:54 +02:00
commit aea2cf0780
3 changed files with 15 additions and 4 deletions

View file

@ -156,7 +156,6 @@ class Decoder:
browser.openurl('/register2.php')
c = Captcha(browser.openurl('/captcha.php'))
print 'Decoded: %s' % c.text
for tile in c:
checksum = tile.checksum()