update files to use #!/usr/bin/env python3

This commit is contained in:
2026-07-20 19:32:48 -04:00
parent ff15ded0c9
commit 19e525d64c
6 changed files with 32 additions and 8 deletions
+1 -7
View File
@@ -9,13 +9,7 @@
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": [
"--file", "my_video.mp4",
"--title", "My Automated Video Title",
"--category", "SCIENCE_AND_TECHNOLOGY",
"--description", "Testing out the Data API!",
"--privacy", "private"
]
"args": []
}
]
}