fixed parsing bug

This commit is contained in:
dtookey 2021-04-20 21:53:35 -04:00
parent 8b017061c0
commit 5fd586ead5

View File

@ -79,6 +79,7 @@ class Twitch_Module():
first_space = True first_space = True
pass pass
else: else:
first_space = True
if start == -1: if start == -1:
start = x start = x