1
0
Fork 0
This commit is contained in:
Joao M 2022-08-25 02:10:14 +00:00
parent 28342cdc21
commit 2442b25440

View file

@ -174,7 +174,7 @@ class Certbot:
self.find_live_certificates() self.find_live_certificates()
return ret_reload return ret_reload
except Excepton as e: except Exception as e:
Functions.log("CERTBOT", "error", "%s" % (e)) Functions.log("CERTBOT", "error", "%s" % (e))
return False return False