# HG changeset patch # User boulanni # Date 1266520547 18000 # Node ID 66b9513b578fe48af150086240479bbdb6889221 # Parent 5d3a7a4e30e9d39c63e7a7efcf98250e2cca0841 Fixed bug in pycaptcha/Facade.py diff -r 5d3a7a4e30e9 -r 66b9513b578f pycaptcha/Facade.py --- a/pycaptcha/Facade.py Thu Feb 18 12:58:34 2010 -0500 +++ b/pycaptcha/Facade.py Thu Feb 18 14:15:47 2010 -0500 @@ -30,4 +30,4 @@ return a else : - return (a, g,solutions) + return (a, g.solutions)