callback log_failed_attempt added

This commit is contained in:
2022-01-26 11:00:29 +01:00
parent d29ebeb7d6
commit bc212ef002
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
from .util import (
in_async_session,
attempt,
log_failed_attempt,
gather_in_batches
)