Add readme and final improvements
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user