Changed the python path to linux requirments
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "app/torrent_search"]
|
||||||
|
path = app/torrent_search
|
||||||
|
url = https://github.com/kevinmidboe/torrent_search
|
||||||
Submodule app/torrent_search updated: 3deaed48b7...bf9ed49a86
@@ -6,8 +6,8 @@ var PythonShell = require('python-shell');
|
|||||||
async function find(searchterm, callback) {
|
async function find(searchterm, callback) {
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
// pythonPath: '/usr/bin/python3',
|
pythonPath: '/usr/bin/python3',
|
||||||
pythonPath: '/Library/Frameworks/Python.framework/Versions/3.6/bin/python3',
|
// pythonPath: '/Library/Frameworks/Python.framework/Versions/3.6/bin/python3',
|
||||||
args: [searchterm, '-s', 'jackett', '--print']
|
args: [searchterm, '-s', 'jackett', '--print']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user