From a07f4d033c95042f717f2019ca77e7d7e450da69 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 28 Jun 2024 14:45:49 -0400 Subject: [PATCH] Extra space --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5e223d4..17a6e0e 100755 --- a/app.py +++ b/app.py @@ -55,7 +55,7 @@ def latLngToHash(lat, lng): three = these.three_words(lat,lng) six = these.six_words(lat,lng) return {'three': three, 'six': six} - except Exception as error: + except Exception as error: print(error) return {}