1/2 block: remove top block check

This commit is contained in:
Gordon Shumway 2019-07-24 01:31:21 -04:00 committed by GitHub
parent 6ffc6f1106
commit 9bb37cf7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -986,7 +986,7 @@ class ASCII(callbacks.Plugin):
old_color1 = color2
old_color2 = color1
old_char = ''
elif gsval != " " and color2 == old_color1 and old_char == '^█' and 'tops' not in optlist:
elif gsval != " " and color2 == old_color1 and old_char == '^█':
aimg[k] = aimg[k][:-4]
aimg[k] += "\x03{0},{1}".format(color1, color2)
old_color1 = color1