@ -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 {}