Extra space
This commit is contained in:
parent
8e4f798ca3
commit
a07f4d033c
2
app.py
2
app.py
|
@ -55,7 +55,7 @@ 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 Exception as error:
|
except Exception as error:
|
||||||
print(error)
|
print(error)
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue