Added shebang to python scripts

This commit is contained in:
Leonetienne 2022-03-23 20:51:32 +01:00
parent 76fdc8f43b
commit 32093b62b2
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/python
import yaml import yaml
import os import os

View File

@ -1,3 +1,4 @@
#!/bin/python
# This script is for downloading stuff ONCE. This is for, let's say, playlists that will never change again that you want to download. # This script is for downloading stuff ONCE. This is for, let's say, playlists that will never change again that you want to download.
import yaml import yaml
import os import os

View File

@ -1,3 +1,4 @@
#!/bin/python
import yaml import yaml
import os import os