Removed filter option when searching jackett
This commit is contained in:
@@ -25,7 +25,7 @@ async function find(searchterm, callback) {
|
|||||||
const options = {
|
const options = {
|
||||||
pythonPath: "../torrent_search/env/bin/python3",
|
pythonPath: "../torrent_search/env/bin/python3",
|
||||||
scriptPath: "../torrent_search",
|
scriptPath: "../torrent_search",
|
||||||
args: [searchterm, "-s", "jackett", "-f", "--print"]
|
args: [searchterm, "-s", "jackett", "--print"]
|
||||||
};
|
};
|
||||||
|
|
||||||
PythonShell.run("torrentSearch/search.py", options, callback);
|
PythonShell.run("torrentSearch/search.py", options, callback);
|
||||||
|
|||||||
Reference in New Issue
Block a user