mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Forgot to call a python script with python executable
This commit is contained in:
parent
0fe9d68be1
commit
699d4b1161
1 changed files with 2 additions and 1 deletions
|
@ -297,8 +297,9 @@ void engineSelectDlg::loadSupportedSearchEngines(bool first) {
|
|||
installed_engines[en] = old_engines.value(en, true);
|
||||
}
|
||||
params.clear();
|
||||
params << misc::qBittorrentPath()+"search_engine"+QDir::separator()+"nova2.py";
|
||||
params << "--supported_engines_infos";
|
||||
nova.start(misc::qBittorrentPath()+"search_engine"+QDir::separator()+"nova2.py", params, QIODevice::ReadOnly);
|
||||
nova.start("python", params, QIODevice::ReadOnly);
|
||||
nova.waitForStarted();
|
||||
nova.waitForFinished();
|
||||
result = nova.readAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue