Print error
This commit is contained in:
parent
944957e9cd
commit
8e4f798ca3
3
app.py
3
app.py
|
@ -55,7 +55,8 @@ def latLngToHash(lat, lng):
|
||||||
three = these.three_words(lat,lng)
|
three = these.three_words(lat,lng)
|
||||||
six = these.six_words(lat,lng)
|
six = these.six_words(lat,lng)
|
||||||
return {'three': three, 'six': six}
|
return {'three': three, 'six': six}
|
||||||
except:
|
except Exception as error:
|
||||||
|
print(error)
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue