From 54cd68763500a8f0c1a5812b401792aa11332a79 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Sat, 1 Aug 2015 16:59:46 -0700 Subject: [PATCH] lol --- tildetown-py/cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildetown-py/cgi.py b/tildetown-py/cgi.py index ea48cea..9ef5d8e 100644 --- a/tildetown-py/cgi.py +++ b/tildetown-py/cgi.py @@ -66,7 +66,7 @@ def post_guestbook(): message = request.form['message'][0:400] name = request.form['name'][0:140] captcha = request.form['hmm'] - if captcha == "scriz": + if captcha == "scrop": save_post(name, message) return redirect("/guestbook")