diff options
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() |