Use env python for portability (#485)

* Update edit_tracker.py to use env python3

* Update qbit_manage.py to use env python3
This commit is contained in:
ext4xfs 2024-02-12 17:51:36 -07:00 committed by GitHub
parent 4cd03c63ac
commit a1bdcd0504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""qBittorrent Manager."""
import argparse
import glob

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# This standalone script is used to edit tracker urls from one tracker to another.
# Needs to have qbittorrent-api installed
# pip3 install qbittorrent-api