mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-03-12 13:39:47 +00:00
up
This commit is contained in:
parent
ae6481f307
commit
c5231c5c11
@ -45,7 +45,8 @@ def update_demon(serv_port):
|
|||||||
else:
|
else:
|
||||||
# Если версия новее
|
# Если версия новее
|
||||||
print("Ver_new: ", el)
|
print("Ver_new: ", el)
|
||||||
client(port, f"get_{el}")
|
http_port = client(port, f"is_{el}")
|
||||||
|
client(http_port, f"get_{el}")
|
||||||
found = True
|
found = True
|
||||||
break # Если нашли - выходим
|
break # Если нашли - выходим
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user