mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Search: Fix torrent download with Python 3
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
import sys
|
||||
import os
|
||||
import glob
|
||||
from .helpers import download_file
|
||||
from helpers import download_file
|
||||
|
||||
supported_engines = dict()
|
||||
|
||||
@@ -61,4 +61,4 @@ if __name__ == '__main__':
|
||||
engine.download_torrent(download_param)
|
||||
else:
|
||||
print(download_file(download_param))
|
||||
sys.exit(0)
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user