summaryrefslogtreecommitdiff
path: root/lib/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web.py')
-rw-r--r--lib/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web.py b/lib/web.py
index ca8e10f..dc9dc83 100644
--- a/lib/web.py
+++ b/lib/web.py
@@ -12,7 +12,7 @@ def hello():
lines = ''
if lines is not None:
- lista = [x.strip() for i, x in enumerate(lines) if i > 0]
+ lista = [x.strip() for x in lines]
else:
lista = []