Don't needlessly strip lines.

This commit is contained in:
Solderpunk 2019-08-12 21:49:18 +03:00
parent f1ef1a1211
commit aa203b95ea
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ Slow internet connection? Use 'set timeout' to be more patient.""")
tmpf = tempfile.NamedTemporaryFile("w", encoding="UTF-8", delete=False)
self.idx_filename = tmpf.name
for line in body.splitlines():
line = line.strip()
if line.startswith("=>"):
try:
gi = geminiitem_from_line(line, menu_gi)