mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove useless assign
This commit is contained in:
parent
fef1ca08c5
commit
7f8aa4cc75
1 changed files with 0 additions and 1 deletions
|
@ -491,7 +491,6 @@ def _get_status(domain):
|
||||||
valid_up_to = datetime.strptime(cert.get_notAfter(), "%Y%m%d%H%M%SZ")
|
valid_up_to = datetime.strptime(cert.get_notAfter(), "%Y%m%d%H%M%SZ")
|
||||||
days_remaining = (valid_up_to - datetime.now()).days
|
days_remaining = (valid_up_to - datetime.now()).days
|
||||||
|
|
||||||
CA_type = None
|
|
||||||
if cert_issuer == _name_self_CA():
|
if cert_issuer == _name_self_CA():
|
||||||
CA_type = "Self-signed"
|
CA_type = "Self-signed"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue