From 81c408334d4bdcabcb7922d132125b02eedfcaeb Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 5 May 2019 00:47:44 -0400 Subject: [PATCH] fix spark line in rate --- ASCII/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index 7253e39..24224bf 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -933,7 +933,7 @@ class ASCII(callbacks.Plugin): line = re.sub('┐$', '────────┐', line) line = re.sub('┤$', '────────┤', line) line = re.sub('┘$', '────────┘', line) - line = re.sub('\(1H\)\x0F\s+│$', '\x0F │', line) + line = re.sub('\(1H\)\x0F\s+│$', '(1H)\x0F │', line) if self.registryValue('pasteEnable', msg.args[0]): paste += line + "\n" if not line.strip() and not self.stopped[msg.args[0]]: