Skip to content

Commit

Permalink
Added email_reported to models Stat
Browse files Browse the repository at this point in the history
  • Loading branch information
glennzw committed Nov 30, 2022
1 parent 1a8a6be commit a4094b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gophish/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class Stat(Model):
'opened': None,
'clicked': None,
'submitted_data': None,
'email_reported': None,
'error': None
}

Expand Down

0 comments on commit a4094b8

Please sign in to comment.