mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 13:28:35 +03:00
Update octosuite.py
This commit is contained in:
@@ -223,8 +223,6 @@ def get_email_from_contributor(username, repo, contributor):
|
||||
email = re.search(r'<(.*)>', commit_details)
|
||||
if email:
|
||||
email = email.group(1)
|
||||
json_output[contributor] = {}
|
||||
json_output[contributor] = email
|
||||
return email
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user