Added shebang to python scripts
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/python
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/python
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user