diff options
author | Gregy <gregy@gregy.cz> | 2010-08-07 11:21:27 +0200 |
---|---|---|
committer | Gregy <gregy@gregy.cz> | 2010-08-07 11:21:27 +0200 |
commit | 08d1a9da5366882e7323a3f26b3014c4aa63621c (patch) | |
tree | 1e76e89ee05e7a15e5d6257594a5526d3ab83c62 /pyLoadCore.py | |
parent | CSS file for log page (diff) | |
download | pyload-08d1a9da5366882e7323a3f26b3014c4aa63621c.tar.xz |
Log page refactoring and improvements
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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() |