summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 171969c64..896553a1c 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -64,7 +64,7 @@ class Status(object):
return self.pyfile.plugin.req.get_ETA()
def get_speed(self):
return self.pyfile.plugin.req.get_speed()
- def kB_left():
+ def kB_left(self):
return self.pyfile.plugins.req.kB_left()