From 3ef6df23f1426f085252fe214c06749eeb02488a Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Mon, 18 Jan 2021 10:03:26 -0500 Subject: [PATCH] deleted space --- twitch_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch_script.py b/twitch_script.py index ee39c98..3f75df5 100644 --- a/twitch_script.py +++ b/twitch_script.py @@ -86,7 +86,7 @@ class Twitch_Module(): try: #first_space_idx = message.text.index(' ') - # This fixes a error where if you send a command without arguments it fails because + # This fixes a error where if you send a command without arguments it fails because # it cant find the substring. if message.text.find(" ") != -1: first_space_idx = message.text.index(' ')