From 6feb4bfea68e45894169477441336ce5a7cfbcc8 Mon Sep 17 00:00:00 2001 From: "Justin Ritter@j54j6" Date: Tue, 4 Jun 2024 20:09:45 +0200 Subject: [PATCH] Update yt_manager.py --- yt_manager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yt_manager.py b/yt_manager.py index d345fc9..ecd8557 100644 --- a/yt_manager.py +++ b/yt_manager.py @@ -121,8 +121,7 @@ filter_list = list(sys.argv[2].split(",")) NO_ERROR = list_subscriptions(filter_list) else: - list_subscriptions(None) - sys.exit(-1) + NO_ERROR = list_subscriptions(None) case "custom": #Download a custom Item without being part of a subscription #parser = argparse