From bec5f053ff41dbffa7118f4336d6c12b307dbb39 Mon Sep 17 00:00:00 2001 From: Moreo18 <62758885+Moreo18@users.noreply.github.com> Date: Sun, 7 Mar 2021 19:44:06 +0100 Subject: [PATCH] Corrected instant closing Added two input to avoid instant closing when download was completed --- plDownloading.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plDownloading.py b/plDownloading.py index 107d4a9..8e629ce 100644 --- a/plDownloading.py +++ b/plDownloading.py @@ -31,5 +31,8 @@ def pldownload(maps, playlists, pldl, PLpath, CMpath): download_beatmap(item['hash'], CMpath) ndl += 1 print(f'\n\nPlaylist {title} downloaded') + input('Press Enter to close') + else: print('\n\nAll songs are already downloaded') + input('Press Enter to close')