fix oops
This commit is contained in:
parent
2ec4102f8b
commit
f91a493c4b
@ -47,6 +47,4 @@ def trackHighlights(oldAttr, newAttr, text, lenght):
|
|||||||
currCursor['y'] = line
|
currCursor['y'] = line
|
||||||
result += textLines[line][column]
|
result += textLines[line][column]
|
||||||
result += ' '
|
result += ' '
|
||||||
return result, currCursor
|
return result, currCursor
|
||||||
|
|
||||||
print(trackHighlights(alts,neus,text))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user