Skip to content

Commit

Permalink
Remove whitespace from line
Browse files Browse the repository at this point in the history
  • Loading branch information
nitronarcosis committed Dec 19, 2023
1 parent 217f12b commit 7129677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torrentfile/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def magnet(metafile: str, version: int = 0) -> str:
trackers = "".join(announce_args)

magnet += trackers if trackers != "&tr=" else ""

if "url-list" in meta:
web_seed = [
"&ws=" + quote_plus(url) for urllist in meta["url-list"]
Expand Down

0 comments on commit 7129677

Please sign in to comment.