diff --git a/app.py b/app.py index 6a8d17b..5e223d4 100755 --- a/app.py +++ b/app.py @@ -55,7 +55,8 @@ def latLngToHash(lat, lng): three = these.three_words(lat,lng) six = these.six_words(lat,lng) return {'three': three, 'six': six} - except: + except Exception as error: + print(error) return {}