Skip to content

Commit db13782

Browse files
authored
Update file hash for manual verification
1 parent 909f047 commit db13782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/01/02_reading_the_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _(hashlib, mo, upload):
8383
else:
8484
file_hash = hashlib.md5(upload.value[0].contents).hexdigest().upper()
8585

86-
if file_hash == "20DC4246841E20DE6E474F42DD8DB3A9":
86+
if file_hash == "1D0C2C73B800180EC2308409991FD425":
8787
result = mo.md("""✅ **Success!**
8888
8989
You've found the correct manual!

0 commit comments

Comments
 (0)