mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -84,7 +84,8 @@ if not host in backups:
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
print("Test connection")
|
print("Test connection")
|
||||||
try:
|
try:
|
||||||
socket.gethostbyaddr("omv.home.lan")
|
hm = socket.gethostbyaddr("omv.home.lan")
|
||||||
|
print(hm)
|
||||||
except socket.herror:
|
except socket.herror:
|
||||||
print("Unknown host")
|
print("Unknown host")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|||||||
Reference in New Issue
Block a user