Fix typo
This commit is contained in:
parent
28342cdc21
commit
2442b25440
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class Certbot:
|
|||
self.find_live_certificates()
|
||||
|
||||
return ret_reload
|
||||
except Excepton as e:
|
||||
except Exception as e:
|
||||
Functions.log("CERTBOT", "error", "%s" % (e))
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue