From c11815b3a012e16bae259b08b517d1df0886486b Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 12 Sep 2024 22:48:20 +0200 Subject: [PATCH] Add delay --- core/nginx/letsencrypt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/nginx/letsencrypt.py b/core/nginx/letsencrypt.py index 8428cd66..fec3b7eb 100755 --- a/core/nginx/letsencrypt.py +++ b/core/nginx/letsencrypt.py @@ -57,6 +57,7 @@ while True: break except Exception as e: log.error(f"Exception while fetching {target}!", exc_info = e) + time.sleep(15) subprocess.call(command) subprocess.call(command2)