From 1dd9a7ad351074a0d2153136115666fb1f1438a0 Mon Sep 17 00:00:00 2001
From: Lynne <thecoolone3@gmail.com>
Date: Thu, 22 Nov 2018 15:47:26 +1000
Subject: [PATCH] less memey error message

---
 create.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create.py b/create.py
index 24c3af9..caa62a3 100755
--- a/create.py
+++ b/create.py
@@ -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