Skip to content

Commit

Permalink
Update create_collection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed Aug 20, 2024
1 parent cfbb0f0 commit 266dcd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internetarchive_youtube/create_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 266dcd4

Please # to comment.