Skip to content

Commit

Permalink
Update yt_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j54j6 committed Jun 4, 2024
1 parent 6e427ff commit 6feb4bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yt_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6feb4bf

Please sign in to comment.