We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599da33 commit e733e21Copy full SHA for e733e21
eterm/src/main.py
@@ -181,8 +181,7 @@ def send_email_file(self):
181
self.msg['from'] = self.from_email
182
self.msg['to'] = self.to_email
183
self.msg.attach(
184
- MIMEText(self.get_body() if self.args.body else "",
185
- 'plain'))
+ MIMEText(self.get_body() if self.args.body else "",'plain'))
186
if self.args.file:
187
for file in self.args.file:
188
with open(file, 'r') as f:
0 commit comments