Reduce chance of nonstandard toots - I like Markov stuff more than Lynne does, I guess

This commit is contained in:
Danielle McLean 2018-09-21 11:41:01 +10:00
parent 4a513b5324
commit 3a79c96a3c
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240

2
gen.py
View file

@ -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)