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)