Switch off the "patience tester"

This commit is contained in:
Elliot Nunn 2021-03-03 18:00:52 +08:00
parent c5947f2652
commit 4574458989
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from snefru_hash import append_snefru
UNRELIABILITY_PERCENT = 1
UNRELIABILITY_PERCENT = 0
def failchance():
return (random.random() < UNRELIABILITY_PERCENT/100)