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 136b65b commit f49cb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internetarchive_youtube/create_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def create_collection(self):

p_last_ten = subprocess.run(shlex.split(cmd_last_ten),
shell=False,
check=True,
check=False,
capture_output=True,
text=True)
data = json.loads(f'[{p_last_ten.stdout.strip()[:-1]}]')
Expand Down

0 comments on commit f49cb24

Please # to comment.