changeset 56:d09682c9cd98 default tip

skimpyGimpy aint python3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 13:31:30 -0800
parents 8367a345ae41
children
files bitsyauth/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitsyauth/__init__.py	Tue Nov 03 13:28:37 2020 -0800
+++ b/bitsyauth/__init__.py	Tue Nov 03 13:31:30 2020 -0800
@@ -23,7 +23,7 @@
 try:
     from skimpyGimpy import skimpyAPI
     CAPTCHA = True
-except ImportError:
+except:
     CAPTCHA = False
 
 dictionary_file = '/usr/share/dict/american-english'