comparison pycaptcha/Facade.py @ 126:66b9513b578f

Fixed bug in pycaptcha/Facade.py
author boulanni <nicolas_boulanger@hotmail.com>
date Thu, 18 Feb 2010 14:15:47 -0500
parents 4775b4195b4b
children
comparison
equal deleted inserted replaced
125:5d3a7a4e30e9 126:66b9513b578f
28 28
29 if solution == 0: 29 if solution == 0:
30 return a 30 return a
31 31
32 else : 32 else :
33 return (a, g,solutions) 33 return (a, g.solutions)