From ca42b44d9649105fe91b52dac06c0dcc34b652cd Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Thu, 2 May 2019 20:54:28 -0400 Subject: [PATCH] change lightning --- ASCII/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index efac106..f29120e 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -844,7 +844,6 @@ class ASCII(callbacks.Plugin): paste = "" for line in output.splitlines(): line = line.strip('\x0F') - line = line.replace(' ⚡', '⚡') if not line.strip(): paste += line + "\n" #time.sleep(delay)