making lint happy

This commit is contained in:
Hossein Shafagh 2020-05-22 18:36:39 -07:00
parent 87a53557cd
commit 4eeab91d73
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ def rotate(endpoint_name, new_certificate_name, old_certificate_name, message, c
elif old_cert and new_cert:
print(f"[+] Rotating all endpoints from {old_cert.name} to {new_cert.name}")
log_data["message"] = "Rotating all endpoints"
log_data["certificate"] = new_cert.name
log_data["certificate_old"] = old_cert.name