diff --git a/print_fzf.py b/print_fzf.py index 62f83a6..3c56fb2 100644 --- a/print_fzf.py +++ b/print_fzf.py @@ -3,6 +3,8 @@ import os,sys dn = os.path.dirname(os.path.realpath(__file__)) fzf_file = open(dn + "/fzf.txt").read() +fzf_file = fzf_file.replace("", "") +fzf_file = fzf_file.replace('', '') print(fzf_file) sys.exit() \ No newline at end of file