From 4f1c8ee7bb5b2c7e6f57b952cda0e5398da62ec2 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Mon, 21 Dec 2015 16:33:06 +0300 Subject: [PATCH] android exec fix --- lib/torrent2http/engine.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/torrent2http/engine.py b/lib/torrent2http/engine.py index 8a99d4b..1a99bf4 100644 --- a/lib/torrent2http/engine.py +++ b/lib/torrent2http/engine.py @@ -67,6 +67,8 @@ class Engine: if not success: raise Error("Can't find torrent2http or download binary for %s" % self.platform, Error.UNKNOWN_PLATFORM, platform=str(self.platform)) + #This is needed only if bin in folder that not deletes on update! + #else: lm.update() if not self._ensure_binary_executable(binary_path): if self.platform.system == "android":