Changed the python path to linux requirments

This commit is contained in:
2018-01-09 22:46:52 +01:00
parent aa1866bbd9
commit fd53150054
3 changed files with 6 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "app/torrent_search"]
path = app/torrent_search
url = https://github.com/kevinmidboe/torrent_search

View File

@@ -6,8 +6,8 @@ var PythonShell = require('python-shell');
async function find(searchterm, callback) {
var options = {
// pythonPath: '/usr/bin/python3',
pythonPath: '/Library/Frameworks/Python.framework/Versions/3.6/bin/python3',
pythonPath: '/usr/bin/python3',
// pythonPath: '/Library/Frameworks/Python.framework/Versions/3.6/bin/python3',
args: [searchterm, '-s', 'jackett', '--print']
}