From 3a79c96a3cbd1092dfbc154f1c9efed6828d0289 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 21 Sep 2018 11:41:01 +1000 Subject: [PATCH] Reduce chance of nonstandard toots - I like Markov stuff more than Lynne does, I guess --- gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.py b/gen.py index 24a4318..5a9ac8d 100644 --- a/gen.py +++ b/gen.py @@ -25,7 +25,7 @@ toot = sentence.replace("\0", "\n") media = None media_description = None -if random.randint(1, 2) == 2: +if random.randint(1, 20) == 1: print("nonstandard") #time for some nonstandard behaviour babey choice = random.randint(1, 12)