Skip to content

Commit

Permalink
Reset Error COunt
Browse files Browse the repository at this point in the history
  • Loading branch information
VGR6479 committed Sep 3, 2024
1 parent 53271d2 commit a3f7390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gerobug_dashboard/geromail/geroparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def read_mail():
mail_ids = data[1]
id_list = mail_ids[0].split()

ERROR_COUNT = 0

# ITERATE THROUGH LIST OF EMAILS
if(id_list):
first_email_id = int(id_list[0])
Expand Down

0 comments on commit a3f7390

Please sign in to comment.