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-21 22:20:29 +01:00
parent 11bfad8304
commit f2aa823496
1 changed files with 1 additions and 1 deletions

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