Shorten the notification timeout

This commit is contained in:
20xd6 2023-09-14 10:01:56 -04:00
parent 3deefbadd8
commit 35223a70b0

View File

@ -26,7 +26,7 @@ def get(yt_url):
title = "yt2mp3",
message = "Download and conversion complete.",
app_icon = None,
timeout = 5,
timeout = 3,
)