less memey error message

This commit is contained in:
Lynne 2018-11-22 15:47:26 +10:00
parent ce965605ce
commit 1dd9a7ad35
No known key found for this signature in database
GPG Key ID: FB7B970303ACE499
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def make_toot_markov(query = None):
else:
toot = pin.recv()
if toot == None:
toot = "Mistress @lynnesbian@fedi.lynnesbian.space, I was unable to generate a toot using the markov method! This probably means that my corpus wasn't big enough... I need them to be big, Mistress, otherwise I won't work... Can you, um, help me with that, somehow?"
toot = "Toot generation failed! Contact Lynne for assistance."
return {
"toot":toot,
"media":None