Commit ed2072c
authored
Fixed issue where exception would be raised if the email contained the keyword "token"
Added a check to see if data contains the "token" keyword as well. Previously, if the email contained the "token" keyword, it would raise an exception since data dict wouldn't have that certain key.1 parent fb538e8 commit ed2072c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
0 commit comments