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