diff --git a/deezspot/libutils/librespot.py b/deezspot/libutils/librespot.py index 6f7971f..40f7fbb 100644 --- a/deezspot/libutils/librespot.py +++ b/deezspot/libutils/librespot.py @@ -152,7 +152,7 @@ class LibrespotClient: except Exception as exc: last_exc = exc if attempt < 3: - time.sleep(1) + time.sleep(3) else: raise last_exc