mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Update Python URLs
This commit is contained in:
parent
7d808cfc99
commit
f26a5c3581
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ PythonInfo Utils::ForeignApps::pythonInfo()
|
|||
if (!pyInfo.isValid()) {
|
||||
#if defined(Q_OS_UNIX)
|
||||
// On Unix-Like Systems python2 and python3 should always exist
|
||||
// https://legacy.python.org/dev/peps/pep-0394/
|
||||
// https://www.python.org/dev/peps/pep-0394/
|
||||
if (testPythonInstallation("python3", pyInfo))
|
||||
return pyInfo;
|
||||
if (testPythonInstallation("python2", pyInfo))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue