Delete mmm on completion
This commit is contained in:
parent
73fb5979a4
commit
0cedf783d9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ messages = []
|
|||
for f in tempdir.glob("*.mmm"):
|
||||
mission = Mission.fromFile(f)
|
||||
messages.append(mission.to_message())
|
||||
f.unlink()
|
||||
|
||||
smtp = SMTP.fromConfig(config)
|
||||
|
||||
|
|
Loading…
Reference in a new issue