Skip to content

Commit

Permalink
added exit statment to try catch
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Sep 3, 2024
1 parent 60fd2c8 commit bf77e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Email.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ def email(self):
exit(1)
except Exception as e:
print(f"Unhandled Exception occured!\n {str(e)}")
exit(1)

0 comments on commit bf77e60

Please sign in to comment.