From 2ee202a4bf268d41402730a269ae1040a4ca9113 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 27 Jun 2024 14:23:17 -0400 Subject: [PATCH] Reference correct module --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index c6ea366..067bb8b 100755 --- a/app.py +++ b/app.py @@ -8,7 +8,7 @@ from bottle import ( template ) -import thesethreewords as these +import words as these example_locs = [("sydney", (-33.867480754852295, 151.20700120925903)),