Skip to content

Commit

Permalink
Update EmailAPIs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Jan 21, 2025
1 parent 434dd1d commit bd7578a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/EmailAPIs.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def parse_inbox(self):
except Exception as E:
pass
time.sleep(DEFAULT_DELAY)
return []

def open_mail(self, web_element):
self.driver.switch_to.window(self.window_handle)
Expand All @@ -380,4 +381,4 @@ def __init__(self):
self.class_name = 'custom'
self.email = None

WEB_WRAPPER_EMAIL_APIS_CLASSES = (GuerRillaMailAPI, MailTickingAPI, FakeMailAPI, InboxesAPI, IncognitoMailAPI)
WEB_WRAPPER_EMAIL_APIS_CLASSES = (GuerRillaMailAPI, MailTickingAPI, FakeMailAPI, InboxesAPI, IncognitoMailAPI)

0 comments on commit bd7578a

Please sign in to comment.