Changed path to new submodule location.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,3 @@ | |||||||
| [submodule "include/torrent_search"] |  | ||||||
| 	path = include/torrent_search |  | ||||||
| 	url = git@github.com:KevinMidboe/torrent_search.git |  | ||||||
| [submodule "torrent_search"] | [submodule "torrent_search"] | ||||||
| 	path = torrent_search | 	path = torrent_search | ||||||
| 	url = git@github.com:KevinMidboe/torrent_search.git | 	url = git@github.com:KevinMidboe/torrent_search.git | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ async function find(searchterm, callback) { | |||||||
|       args: [searchterm, '-s', 'jackett', '-f', '--print'], |       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 |    // PythonShell does not support return | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user