updates from feedback on pull

This commit is contained in:
Ben Parsons 2018-05-15 16:07:55 +01:00
parent 4c0743ef65
commit 73b28612ec
2 changed files with 83 additions and 25 deletions

View file

@ -124,7 +124,7 @@ for label in labels:
text_file.write(" - `" + str(author) + "`_")
text_file.write("\n")
# shepherd (currnely only one)
# shepherd (currently only one)
shepherd = re.search('Shepherd: (.+?)\n', str(item['body']))
if shepherd is not None:
authors.add(shepherd.group(1).strip())