mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2026-05-04 13:59:51 +02:00
bitwarden
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ try:
|
||||
hm = socket.gethostbyaddr("omv.home.lan")
|
||||
|
||||
print(hm)
|
||||
ret = os.system(f"ping -c 3 -w 2 omv.home.lan")
|
||||
ret = os.system(f"ping -c 3 -w 2 morefine.home.lan")
|
||||
print(ret)
|
||||
if ret != 0:
|
||||
print("Ip address responding")
|
||||
|
||||
Reference in New Issue
Block a user