diff --git a/app.py b/app.py index 114be10..6a8d17b 100755 --- a/app.py +++ b/app.py @@ -52,8 +52,8 @@ def showMapFromLatLng(lat, lng): @get('/api/,') def latLngToHash(lat, lng): try: - three = these.three_words((lat,lng)) - six = these.six_words((lat,lng)) + three = these.three_words(lat,lng) + six = these.six_words(lat,lng) return {'three': three, 'six': six} except: return {}