Reduce chance of nonstandard toots - I like Markov stuff more than Lynne does, I guess
This commit is contained in:
parent
4a513b5324
commit
3a79c96a3c
1 changed files with 1 additions and 1 deletions
2
gen.py
2
gen.py
|
@ -25,7 +25,7 @@ toot = sentence.replace("\0", "\n")
|
||||||
media = None
|
media = None
|
||||||
media_description = None
|
media_description = None
|
||||||
|
|
||||||
if random.randint(1, 2) == 2:
|
if random.randint(1, 20) == 1:
|
||||||
print("nonstandard")
|
print("nonstandard")
|
||||||
#time for some nonstandard behaviour babey
|
#time for some nonstandard behaviour babey
|
||||||
choice = random.randint(1, 12)
|
choice = random.randint(1, 12)
|
||||||
|
|
Loading…
Reference in a new issue