From a1ceb740dd68abf6a9f1d871136c3bd089abe77c Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Sat, 1 Aug 2015 17:01:29 -0700 Subject: [PATCH] yeah --- tildetown-py/cgi.py | 2 ++ tildetown-py/templates/guestbook.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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