diff --git a/tildetown-py/cgi.py b/tildetown-py/cgi.py index 9ef5d8e..797dbb6 100644 --- a/tildetown-py/cgi.py +++ b/tildetown-py/cgi.py @@ -83,4 +83,6 @@ if __name__ == '__main__': app.config['DEBUG'] = True app.config['DATA_DIR'] = data_dir + print("Running with data_dir=", app.config['DATA_DIR']) + app.run() diff --git a/tildetown-py/templates/guestbook.html b/tildetown-py/templates/guestbook.html index 529d045..d8d531b 100644 --- a/tildetown-py/templates/guestbook.html +++ b/tildetown-py/templates/guestbook.html @@ -21,7 +21,7 @@ - yeah
+ yeah
nope