diff --git a/app.py b/app.py index 17a6e0e..1cea077 100755 --- a/app.py +++ b/app.py @@ -51,6 +51,8 @@ def showMapFromLatLng(lat, lng): # API @get('/api/,') def latLngToHash(lat, lng): + print(lat) + print(lng) try: three = these.three_words(lat,lng) six = these.six_words(lat,lng)