This commit is contained in:
Евгений Храмов 2023-05-29 22:03:07 +03:00
parent f31551bc2b
commit b8429cf7df

@ -796,7 +796,7 @@ def check_exist_servers(g):
def start_stop(action, g, m):
"""Функция изменения статусов сервера"""
if g == "ark":
print_line(action)
print(action)
check_exist_servers(g)
name_servers = choose_map(g, m)
for i in name_servers: