reduce sleep time between sl_sendmail failure

This commit is contained in:
Son 2021-12-27 17:00:11 +01:00
parent 32fffeaa6e
commit 2cf1c4143a
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ def sl_sendmail(
e,
exc_info=True,
)
time.sleep(3)
time.sleep(0.3)
sl_sendmail(
from_addr,
to_addr,