code cleanup

This commit is contained in:
Mateusz779 2023-04-21 16:40:17 +02:00
parent 5b59bb99c2
commit 9252f407a2

View File

@ -58,7 +58,6 @@ class PingThread(threading.Thread):
self.Id = id
def run(self):
print(self.Ip, self.Id)
if self.Ip is None:
return
if ping_client(self.Ip) == False: