From 35223a70b0db51f42fec4b694f5cb92758687453 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Thu, 14 Sep 2023 10:01:56 -0400 Subject: [PATCH] Shorten the notification timeout --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 55afafc..38f5e07 100644 --- a/download.py +++ b/download.py @@ -26,7 +26,7 @@ def get(yt_url): title = "yt2mp3", message = "Download and conversion complete.", app_icon = None, - timeout = 5, + timeout = 3, )