added keep alive loop

This commit is contained in:
Lucas Schumacher 2023-09-30 11:00:01 -04:00
parent 092f9df9cc
commit 1e840001f5

View File

@ -23,3 +23,5 @@ if __name__ == "__main__":
if p is not None: if p is not None:
print("Found host at:", ip) print("Found host at:", ip)
print("DONE") print("DONE")
while True:
pass