From 7129677a52c1f42a250a6c3f10f970e2810310ed Mon Sep 17 00:00:00 2001 From: nitronarcosis Date: Mon, 18 Dec 2023 21:14:13 -0800 Subject: [PATCH] Remove whitespace from line --- torrentfile/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrentfile/commands.py b/torrentfile/commands.py index 6f68db6..46e9444 100644 --- a/torrentfile/commands.py +++ b/torrentfile/commands.py @@ -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"]