cleanup source

This commit is contained in:
2020-11-12 12:12:58 +01:00
parent d93eab4d41
commit dd3f8ac11e
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ class EMailNotification(BaseNotification):
raise RuntimeError(f"error reading image: {e}")
else:
filename = basename(img_path)
img.add_header(f"Content-ID", f"<{filename}>")
img.add_header("Content-ID", f"<{filename}>")
self.embedded_imgs.append(img)
def get_email_body_soup(self, qid, msg):