Print more
This commit is contained in:
parent
a07f4d033c
commit
271ba627ae
2
app.py
2
app.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue