Print more

This commit is contained in:
mmcwilliams 2024-06-28 14:47:00 -04:00
parent a07f4d033c
commit 271ba627ae
1 changed files with 2 additions and 0 deletions

2
app.py
View File

@ -51,6 +51,8 @@ def showMapFromLatLng(lat, lng):
# API # API
@get('/api/<lat:float>,<lng:float>') @get('/api/<lat:float>,<lng:float>')
def latLngToHash(lat, lng): def latLngToHash(lat, lng):
print(lat)
print(lng)
try: try:
three = these.three_words(lat,lng) three = these.three_words(lat,lng)
six = these.six_words(lat,lng) six = these.six_words(lat,lng)