changed pt value
This commit is contained in:
parent
5316079c8c
commit
389e972480
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
def grade(random, key):
|
def grade(random, key):
|
||||||
if key.find("th1s_m4y_b3_th3_d1ff3r3nc3_y0u_w3r3_l00k1ng_4") != -1:
|
if key.find("th1s_m4y_b3_th3_d1ff3r3nc3_y0u_w3r3_l00k1ng_4") != -1:
|
||||||
return True, "You got it! Great Job!"
|
return True, "You spotted the difference!"
|
||||||
return False, "No."
|
return False, "Not quite there yet."
|
||||||
|
|
|
@ -4,7 +4,7 @@ hint: No hint
|
||||||
category: Forensics
|
category: Forensics
|
||||||
autogen: false
|
autogen: false
|
||||||
programming: false
|
programming: false
|
||||||
value: 50
|
value: 75
|
||||||
files:
|
files:
|
||||||
- file1.txt
|
- file1.txt
|
||||||
- file2.txt
|
- file2.txt
|
||||||
|
|
Loading…
Reference in a new issue