diff --git a/internetarchive_youtube/create_collection.py b/internetarchive_youtube/create_collection.py index 5b10991..7f34cbf 100644 --- a/internetarchive_youtube/create_collection.py +++ b/internetarchive_youtube/create_collection.py @@ -124,8 +124,6 @@ def create_collection(self): shell=False, check=False, capture_output=True, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, text=True) print(p_last_ten.stdout) print(p_last_ten.stderr)