diff --git a/bot_z/operator.py b/bot_z/operator.py index 466d203..77d3d6f 100644 --- a/bot_z/operator.py +++ b/bot_z/operator.py @@ -63,7 +63,7 @@ def safely(retries: int = 0) -> T.Callable: "Something went wrong: %s [tentative #%s]", e, ret - r ) r -= 1 - time.sleep(1) + time.sleep(2) # TODO: set value from config. return _protection