Skip to content

Commit 78e640c

Browse files
committed
Cleanup
1 parent 1bb8504 commit 78e640c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/usr/bin/python3"
3+
}

Diff for: mail.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
from email.mime.multipart import MIMEMultipart
33
from email.mime.image import MIMEImage
44
import smtplib
5-
from flask import render_template
6-
import os
7-
import sys
5+
86

97
def sendmail(to_email, message, image_path):
108

0 commit comments

Comments
 (0)