Changed path to new submodule location.

This commit is contained in:
2018-03-08 14:25:28 +01:00
parent 50d3135a81
commit 72a7a7e00d
2 changed files with 1 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ async function find(searchterm, callback) {
args: [searchterm, '-s', 'jackett', '-f', '--print'],
};
PythonShell.run('../include/torrent_search/torrentSearch/search.py', options, callback);
PythonShell.run('../torrent_search/torrentSearch/search.py', options, callback);
// PythonShell does not support return
}