From 3920131cb6a18af73141876b1a4332f3bf65655b Mon Sep 17 00:00:00 2001 From: josiah Date: Sat, 25 Jan 2020 04:52:40 +0000 Subject: [PATCH] Remove the quotes that have betrayed me --- mojo-rtm/mojo-rtm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojo-rtm/mojo-rtm.py b/mojo-rtm/mojo-rtm.py index d911612..a373dd8 100644 --- a/mojo-rtm/mojo-rtm.py +++ b/mojo-rtm/mojo-rtm.py @@ -97,7 +97,7 @@ def handle_messages(**payload): response.append(json.loads(line)) elif "zalgo" in is_command[1]: # remove zalgo - name_removal = re.sub("^zalgo .*?", "", "is_command[1]") + name_removal = re.sub("^zalgo .*?", "", is_command[1]) response = zalgo_ify(name_removal) elif "pence" in is_command[1]: response = "mother wouldn't want me to say that"