From 8afbcf922709f11b888c65b8d0b4e5f0727fcee7 Mon Sep 17 00:00:00 2001 From: Gage Irwin <91108814+gageirwin@users.noreply.github.com> Date: Fri, 12 May 2023 18:51:39 -0500 Subject: [PATCH] Update main.py needs input to ask user how many trending videos they want. --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 4d9d96f..0df5191 100644 --- a/main.py +++ b/main.py @@ -151,7 +151,7 @@ def main(): print( "This limitation is being actively researched, any contributions will be welcome." ) - streamtrending() + streamtrending(24) # need to implement asking how many trending videos the user wants sys.exit() # Error handling for invalid number (3, 4, 6, 133) @@ -230,7 +230,7 @@ def arguments(args): print( "This limitation is being actively researched, any contributions will be welcome." ) - streamtrending() + streamtrending(24) # need to implement asking how many trending videos the user wants if silent: arguments(args)