change lightning

This commit is contained in:
Gordon Shumway 2019-05-02 20:54:28 -04:00 committed by GitHub
parent fd2d48fefc
commit ca42b44d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)