diff --git a/helpers/etcd.py b/helpers/etcd.py index 4513435f..cbe44507 100644 --- a/helpers/etcd.py +++ b/helpers/etcd.py @@ -45,6 +45,8 @@ class Etcd: time.sleep(3) elif ex: raise ex + else: + break return response.json(), response.status_code