Switch off the "patience tester"

This commit is contained in:
Elliot Nunn
2021-03-03 18:00:52 +08:00
parent c5947f2652
commit 4574458989

View File

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