changeset 126:66b9513b578f

Fixed bug in pycaptcha/Facade.py
author boulanni <nicolas_boulanger@hotmail.com>
date Thu, 18 Feb 2010 14:15:47 -0500
parents 5d3a7a4e30e9
children 3f85e8c58a9f
files pycaptcha/Facade.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)