DNS: out() instead of print()

This commit is contained in:
missytake
2024-12-19 14:17:37 +01:00
parent 88a8dc905b
commit d11038b7b3

View File

@@ -54,7 +54,7 @@ def check_full_zone(sshexec, remote_data, out, zonefile, all) -> int:
out.red("Please set required DNS entries at your DNS provider:\n")
for line in required_diff:
out(line)
print()
out("")
returncode = 1
if recommended_diff and (all or not required_diff):
out("WARNING: these recommended DNS entries are not set:\n")