diff --git a/__init__.py b/__init__.py index 99d26f2..5ee9e95 100644 --- a/__init__.py +++ b/__init__.py @@ -38,7 +38,7 @@ def sender(): def send_mail(recipient, file): msg = Message('Poker Analytics Backup', sender = 'backup@pokeranalytics.net', recipients = [recipient]) - msg.body = "This is the backup" + #msg.body = "This is the backup" filename = secure_filename(file.filename) msg.attach(filename, "text/csv", file.read())