From 3cda36b562b17587f2c823284c8e9a344c1364bb Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 3 Jan 2018 15:29:38 +0100 Subject: Delete username --- lib/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/web.py') 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 = [] -- cgit v1.2.3-18-g5258