Skip to content

Commit

Permalink
登录多个账号SSH连接执行命令并推送
Browse files Browse the repository at this point in the history
  • Loading branch information
bin862324915 authored Jul 2, 2024
1 parent dc92f2d commit 19ecafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def ssh_multiple_connections(hosts_info, command):
if response.status_code == 200:
print("推送成功")
else:
print(f"推送失败,状态码: {response.status_code}")
print(f"推送失败,状态码: {response.status_code}")

0 comments on commit 19ecafb

Please sign in to comment.