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

3
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "include/torrent_search"]
path = include/torrent_search
url = git@github.com:KevinMidboe/torrent_search.git
[submodule "torrent_search"]
path = torrent_search
url = git@github.com:KevinMidboe/torrent_search.git

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
}