Skip to content
Snippets Groups Projects
Commit a1179a93 authored by jabertwo's avatar jabertwo
Browse files

fix sendmail_plenum.py

parent 67580be7
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def do_work():
# Remove empty lines from topics
topics = []
for extracted in raw[firstline:lastline-1]:
for extracted in raw[firstline:lastline]:
if extracted != '':
topics.append(extracted)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment