summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 59c529742..a9ecf8095 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -550,7 +550,7 @@ class ServerMethods():
if offset >= len(lines):
return None
- return lines[offset:]
+ return lines
def stop_downloads(self):
pyfiles = self.core.files.cache.values()