From 266dcd46410308a4d34dec3e6060bff0c5cd35f4 Mon Sep 17 00:00:00 2001 From: Mohammad Alyetama <56323389+Alyetama@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:23:44 -0400 Subject: [PATCH] Update create_collection.py --- internetarchive_youtube/create_collection.py | 2 -- 1 file changed, 2 deletions(-) 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)