email zip processing improved
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user