Submodules #88

Merged
KevinMidboe merged 6 commits from submodules into master 2018-03-08 13:31:22 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 72a7a7e00d - Show all commits

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
}