diff --git a/addon.xml b/addon.xml index 1e6173c..bb75773 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ script.module.libtorrent - модуль Kodi, который упрощает импорт библиотеки python-libtorrent. script.module.libtorrent es un módulo de Kodi que facilita la importación de la librería python-libtorrent. MIT License - https://github.com/DiMartinoXBMC/script.module.libtorrent + https://github.com/inpos/script.module.libtorrent diff --git a/python_libtorrent/platform_pulsar.py b/python_libtorrent/platform_pulsar.py index 097ac97..7b3f412 100644 --- a/python_libtorrent/platform_pulsar.py +++ b/python_libtorrent/platform_pulsar.py @@ -126,10 +126,8 @@ def get_platform(): if "arm" in uname: if "armv7" in uname: ret["arch"] = "armv7" - elif "armv6" in uname: - ret["arch"] = "armv6" else: - ret["arch"] = "arm" + ret["arch"] = "armv6" elif "mips" in uname: if sys.maxunicode > 65536: ret["arch"] = 'mipsel_ucs4' diff --git a/python_libtorrent/python_libtorrent/platform_pulsar.py b/python_libtorrent/python_libtorrent/platform_pulsar.py index 097ac97..7b3f412 100644 --- a/python_libtorrent/python_libtorrent/platform_pulsar.py +++ b/python_libtorrent/python_libtorrent/platform_pulsar.py @@ -126,10 +126,8 @@ def get_platform(): if "arm" in uname: if "armv7" in uname: ret["arch"] = "armv7" - elif "armv6" in uname: - ret["arch"] = "armv6" else: - ret["arch"] = "arm" + ret["arch"] = "armv6" elif "mips" in uname: if sys.maxunicode > 65536: ret["arch"] = 'mipsel_ucs4'