mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: cleanup stdout output
This commit is contained in:
2
vm.py
2
vm.py
@@ -146,7 +146,7 @@ class VM:
|
||||
for subdomain in self.subdomains:
|
||||
|
||||
if subdomain.get("no-terminate-ssl"):
|
||||
print("Not terminating TLS for: {}".format(subdomain))
|
||||
print("Not terminating TLS for: {}".format(subdomain.get("name")))
|
||||
|
||||
if type(subdomain) != dict:
|
||||
raise ValueError("Subdomain must be object containing 'name' ")
|
||||
|
||||
Reference in New Issue
Block a user