2 Commits

Author SHA1 Message Date
20xd6 35223a70b0 Shorten the notification timeout 2023-09-14 10:01:56 -04:00
20xd6 3deefbadd8 Merge pull request 'Adds a basic notification on completion' (#7) from issue#3 into master
Reviewed-on: #7
2023-09-13 22:40:19 -04:00
+1 -1
View File
@@ -26,7 +26,7 @@ def get(yt_url):
title = "yt2mp3",
message = "Download and conversion complete.",
app_icon = None,
timeout = 5,
timeout = 3,
)