Private
Public Access
1
0

email zip processing improved

This commit is contained in:
Sander Roosendaal
2017-04-14 15:12:35 +02:00
parent 5bc69b3a49
commit ef398dcaee
5 changed files with 18 additions and 22 deletions

View File

@@ -98,6 +98,7 @@ def handle_zip_file(emailfrom,subject,file):
['workouts@rowsandall.com'])
email.attach_file(file)
res = email.send()
time.sleep(60)
return 1
# Send email with CSV attachment