From 8d201f6a81f4a8394b08b1410c74858e91ad5b30 Mon Sep 17 00:00:00 2001 From: inpos Date: Fri, 4 Mar 2016 16:32:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D1=8B=20=D0=BD=D0=B5=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5=D0=BC=20=D0=B2=D0=BD?= =?UTF-8?q?=D0=B5=D1=88=D0=BD=D0=B8=D0=B9=20=D0=B1=D0=B8=D0=BD=D0=B0=D1=80?= =?UTF-8?q?=D0=BD=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pyrrent2http/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pyrrent2http/engine.py b/lib/pyrrent2http/engine.py index 7cb6219..1f2417a 100644 --- a/lib/pyrrent2http/engine.py +++ b/lib/pyrrent2http/engine.py @@ -229,7 +229,7 @@ class Engine: any file requested """ self.platform = self.platform or Platform() - binary_path = self._get_binary_path(self.binaries_path) +# binary_path = self._get_binary_path(self.binaries_path) download_path = self._validate_save_path(self.download_path) if not can_bind(self.bind_host, self.bind_port): port = find_free_port(self.bind_host)