diff --git a/app.py b/app.py index db4659f..e125455 100755 --- a/app.py +++ b/app.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +import bottle from bottle import ( get, run, @@ -13,6 +14,7 @@ import thesethreewords as these def index(): return template('index', err=None) + @get('/') def showMap(threewords): try: