all working
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user