`self.monitor = EmailMonitor(user=imap_email, password=imap_password, service="gmail")` Cannot access local variable service where it is not associated with a value
self.monitor = EmailMonitor(user=imap_email, password=imap_password, service="gmail")Cannot access local variable service where it is not associated with a value