handle missing partitions
This commit is contained in:
@@ -26,7 +26,7 @@ class EmailService(dg.ConfigurableResource):
|
||||
sender_email: str
|
||||
receiver_email: str
|
||||
|
||||
def send_email(self, body: str, subject="Aanbieding op plato (new)!") -> None:
|
||||
def send_email(self, body: str, subject="Vinyl aanbiedingen!") -> None:
|
||||
msg = MIMEMultipart()
|
||||
msg["Subject"] = subject
|
||||
msg["From"] = self.sender_email
|
||||
|
||||
Reference in New Issue
Block a user