Skip to content

Commit

Permalink
Update btstrm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura42 authored Mar 23, 2024
1 parent 5cd8758 commit b2a89bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions btstrm/btstrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ def call_fzf_with_results(results):
"--preview", "echo {} | awk -F'\t' '{print \"\\033[1mName:\\033[0m \", $1, \"\\n\\033[1mSeeders:\\033[0m \", $2, \"\\n\\033[1mSize:\\033[0m \", $3}'", "--preview-window", "right:wrap",
'-q', ''], stdin=open(temp_file.name))




return selected.decode('utf-8').split('\t')[-1]


Expand Down

0 comments on commit b2a89bc

Please sign in to comment.