diff --git a/app.py b/app.py index e71397e..a1b5579 100755 --- a/app.py +++ b/app.py @@ -55,8 +55,8 @@ def latLngToHash(lat, lng): print(lat, file=sys.stdout) print(lng, file=sys.stdout) 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 Exception as error: print(error, file=sys.stderr)