Fix some issues with coloring.

This commit is contained in:
CronyAkatsuki 2021-08-14 14:13:14 +02:00
parent e012a5c2e0
commit 250494a31d

View File

@ -3,6 +3,8 @@ import os,sys
dn = os.path.dirname(os.path.realpath(__file__)) dn = os.path.dirname(os.path.realpath(__file__))
fzf_file = open(dn + "/fzf.txt").read() fzf_file = open(dn + "/fzf.txt").read()
fzf_file = fzf_file.replace("", "")
fzf_file = fzf_file.replace('', '')
print(fzf_file) print(fzf_file)
sys.exit() sys.exit()