Fix shebang to python3

Python 2 is dead and the "python" command with it. macOS doesn't ship
Python 2 anymore and doesn't provide "python" even as a symlink.
This commit is contained in:
Jakub Jirutka
2023-11-22 01:26:31 +01:00
parent 11bfad8304
commit f2aa823496
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from Scripts import downloader,utils,run,plist
import os, shutil, time, sys, argparse, re, json