Add readme and final improvements

This commit is contained in:
2024-01-30 20:36:32 +01:00
parent 849a076b51
commit e8a4b83843
4 changed files with 25 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ class EmailSender:
msg = MIMEMultipart()
msg['From'] = self.from_email
msg['To'] = to_email
msg['Subject'] = 'Items in action'
msg['Subject'] = f'Lidl has your {len(product_info)} items on sale'
body = format_product_table(product_info, tablefmt="html")