From 1711c6011de089ea5989b5474c6b7752568649f2 Mon Sep 17 00:00:00 2001 From: Noe <101264710+Vxrtrauter@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:21:45 +0100 Subject: [PATCH] rm q --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 77a9446..0e25e57 100644 --- a/download.py +++ b/download.py @@ -47,5 +47,5 @@ magnet_uri = "magnet:?xt=urn:btih:7FBF03CCC9115260DC50102E5A31E83E91422A79&dn=Re keyboard.on_press_key("d", startDownload, suppress=False) keyboard.on_press_key("s", pauseDownload, suppress=False) -keyboard.on_press_key("q", pauseDownload, terminate) + keyboard.wait("q")