Update tinyeval flag.
This commit is contained in:
parent
d2f8db4543
commit
5778ab4a5a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
def grade(autogen, key):
|
def grade(autogen, key):
|
||||||
if key.find("1t's_4lw4ys_a_G00d_idea_2_ch3ck_th3_he4d3rs!") != -1:
|
if key.find("it's_2017_who_still_uses_php?(jk_82.5%_of_websites)") != -1:
|
||||||
return True, "You got it!"
|
return True, "You got it!"
|
||||||
return False, "Nope. Keep poking around."
|
return False, "Nope. Keep poking around."
|
||||||
|
|
Loading…
Reference in a new issue