mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-09 05:18:03 +08:00
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:
parent
4cd03c63ac
commit
a1bdcd0504
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
"""qBittorrent Manager."""
|
||||
import argparse
|
||||
import glob
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue