bitwarden

This commit is contained in:
jaydee
2024-09-30 20:24:09 +02:00
parent 6304f1a5f9
commit 8ad43c8873

View File

@@ -311,9 +311,13 @@ def get_ip():
finally:
s.close()
return IP
ex = 0
while ex == 0:
try:
IP = get_ip()
ex = 1
except:
time.sleep(5)
print("OS : " + curos)