summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar Gregy <gregy@gregy.cz> 2010-08-06 23:16:54 +0200
committerGravatar Gregy <gregy@gregy.cz> 2010-08-06 23:16:54 +0200
commit4b27d1b8931d6b1ad78d605a40da35090d1b6725 (patch)
tree0749edccc0b34bcace4ec29be0225cf758b5dac5 /pyLoadCore.py
parentsettings page working (diff)
downloadpyload-4b27d1b8931d6b1ad78d605a40da35090d1b6725.tar.xz
Log page improvement
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
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