From 5fd586ead5338c610fcd5874770497c27163ce53 Mon Sep 17 00:00:00 2001 From: dtookey Date: Tue, 20 Apr 2021 21:53:35 -0400 Subject: [PATCH] fixed parsing bug --- twitch_script_standalone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twitch_script_standalone.py b/twitch_script_standalone.py index b57e6f6..0d2dd52 100644 --- a/twitch_script_standalone.py +++ b/twitch_script_standalone.py @@ -79,6 +79,7 @@ class Twitch_Module(): first_space = True pass else: + first_space = True if start == -1: start = x