change lightning
This commit is contained in:
parent
fd2d48fefc
commit
ca42b44d96
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue