Skip to content

Commit cbd6512

Browse files
author
eshaan7
committed
easy to use config
1 parent 6150e15 commit cbd6512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlaskRTBCTF/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Config:
3939
"hardness": "You tell"
4040
}
4141

42-
# Specify The Hashes, you can use secrets model to generate them
42+
# Specify The Hashes, you can use python's secrets package to generate them
4343

4444
userHash = 'A'*32 # dummy hash, length = 32 fixed
4545
rootHash = 'B'*32 # dummy hash, length = 32 fixed

0 commit comments

Comments
 (0)