handle missing partitions

This commit is contained in:
2025-07-30 21:53:10 +02:00
parent 02db619c6d
commit 1d7df06dcf
6 changed files with 95 additions and 50 deletions

View File

@@ -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