summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar Gregy <gregy@gregy.cz> 2010-08-07 11:21:27 +0200
committerGravatar Gregy <gregy@gregy.cz> 2010-08-07 11:21:27 +0200
commit08d1a9da5366882e7323a3f26b3014c4aa63621c (patch)
tree1e76e89ee05e7a15e5d6257594a5526d3ab83c62 /pyLoadCore.py
parentCSS file for log page (diff)
downloadpyload-08d1a9da5366882e7323a3f26b3014c4aa63621c.tar.xz
Log page refactoring and improvements
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()