From de5ba4580ccac5aa968b66f7f569598a4bb5d146 Mon Sep 17 00:00:00 2001 From: neptunia Date: Tue, 22 Nov 2016 19:03:29 -0500 Subject: [PATCH] update grader --- scisnerof/grader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scisnerof/grader.py b/scisnerof/grader.py index cf3b9af..f305689 100644 --- a/scisnerof/grader.py +++ b/scisnerof/grader.py @@ -1,4 +1,4 @@ def grade(autogen, answer): - if answer.find("r3v3r5ed_4ensics") != -1: + if answer.find("subs_r_b3tt3r_th@n_dub5") != -1: return True, "Correct!" - return False, "Nope, try again." \ No newline at end of file + return False, "Nope, try again."