updates from feedback on pull
This commit is contained in:
parent
4c0743ef65
commit
73b28612ec
2 changed files with 83 additions and 25 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue