Private
Public Access
1
0

one extra sleep for email processing

This commit is contained in:
Sander Roosendaal
2017-04-15 12:42:09 +02:00
parent 6e1185366e
commit 58f74e3760

View File

@@ -96,6 +96,7 @@ class Command(BaseCommand):
donotdelete = 1
try:
dd = send_confirm(rr.user,name,link)
time.sleep(10)
except:
pass