From bf5de38e6660c85c2914924149d3f2ab95b85c55 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Fri, 18 Dec 2015 20:41:13 +0300 Subject: [PATCH] beta fix --- lib/torrent2http/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/torrent2http/download.py b/lib/torrent2http/download.py index e4999c5..0570054 100644 --- a/lib/torrent2http/download.py +++ b/lib/torrent2http/download.py @@ -33,7 +33,7 @@ class LibraryManager(): __settings__.setSetting('plugin_name', __plugin__) for libname in get_libname(self.platform): self.libpath = os.path.join(self.dest_path, libname) - self.sizepath=os.path.join(self.dest_path, self.platform, libname+'.size.txt') + self.sizepath=os.path.join(self.dest_path, libname+'.size.txt') size=str(os.path.getsize(self.libpath)) size_old=open( self.sizepath, "r" ).read() if size_old!=size: