bitwarden

This commit is contained in:
jaydee
2024-11-29 11:45:41 +01:00
parent ca5ae41ca3
commit e8434868d6

View File

@@ -84,7 +84,8 @@ if not host in backups:
sys.exit()
print("Test connection")
try:
socket.gethostbyaddr("omv.home.lan")
hm = socket.gethostbyaddr("omv.home.lan")
print(hm)
except socket.herror:
print("Unknown host")
sys.exit()