diff options
author | Gregy <gregy@gregy.cz> | 2010-08-06 23:16:54 +0200 |
---|---|---|
committer | Gregy <gregy@gregy.cz> | 2010-08-06 23:16:54 +0200 |
commit | 4b27d1b8931d6b1ad78d605a40da35090d1b6725 (patch) | |
tree | 0749edccc0b34bcace4ec29be0225cf758b5dac5 /pyLoadCore.py | |
parent | settings page working (diff) | |
download | pyload-4b27d1b8931d6b1ad78d605a40da35090d1b6725.tar.xz |
Log page improvement
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 86e15b19f..59c529742 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -547,7 +547,6 @@ class ServerMethods(): fh = open(filename, "r") lines = fh.readlines() fh.close() - lines.reverse() if offset >= len(lines): return None |