Extra space

This commit is contained in:
mmcwilliams 2024-06-28 14:45:49 -04:00
parent 8e4f798ca3
commit a07f4d033c
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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