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'