update grader
This commit is contained in:
parent
3eae9f320e
commit
de5ba4580c
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
return False, "Nope, try again."
|
||||
|
|
Loading…
Reference in a new issue