From 271ba627ae120410d0cc81bf21bf137346c6fae2 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 28 Jun 2024 14:47:00 -0400 Subject: [PATCH] Print more --- app.py | 2 ++ 1 file changed, 2 insertions(+) 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)