fixed a silly mistake that i make way too often

This commit is contained in:
Lynne Megido 2019-09-21 23:38:18 +10:00
parent 69596e37fe
commit 952f75dac8

View File

@ -36,7 +36,7 @@ args = {
take = random.choice(takes['templates']).format(**args)
cw = random.choice("[BOT POST] " + takes['content warnings']).format(**args)
cw = "[BOT POST] " + random.choice(takes['content warnings']).format(**args)
print(take)