less memey error message
This commit is contained in:
parent
ce965605ce
commit
1dd9a7ad35
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def make_toot_markov(query = None):
|
||||||
else:
|
else:
|
||||||
toot = pin.recv()
|
toot = pin.recv()
|
||||||
if toot == None:
|
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 {
|
return {
|
||||||
"toot":toot,
|
"toot":toot,
|
||||||
"media":None
|
"media":None
|
||||||
|
|
Loading…
Reference in a new issue