From a4950efa02fde812b8ad1667ed129468e34826ce Mon Sep 17 00:00:00 2001 From: Benexl Date: Tue, 2 Dec 2025 18:00:44 +0300 Subject: [PATCH] feat: wait for feedback --- viu_media/cli/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/viu_media/cli/cli.py b/viu_media/cli/cli.py index 228a893..af18171 100644 --- a/viu_media/cli/cli.py +++ b/viu_media/cli/cli.py @@ -197,6 +197,7 @@ This messages can be disabled by switching off the welcome_screen option in the else: print_release_json(release_json) print("It seems theres another update waiting for you as well 😁") + click.pause("Press Any Key To Proceed...") if config.general.check_for_updates: import time