all working

This commit is contained in:
2024-06-26 10:37:32 +07:00
parent eb864e255b
commit 419187425b
4 changed files with 3 additions and 771 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Converter:
def __init__(self, path_to_file: str):
self.path_to_file = path_to_file
self.ip_list = ["192.168.0.108", "192.168.0.109", "localhost"] # Список IP-адресов
self.ip_list = ["192.168.0.108", "192.168.0.109", "computing"]
@staticmethod
def ping(ip):