Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
athphane committed Jul 25, 2023
1 parent 9260d87 commit 6d745e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
)
menu_entry_index = terminal_menu.show()

print(f"Connecting to {data[menu_entry_index]}")
print(f"Connecting to {data[menu_entry_index]['name']}")
time.sleep(0.5)

run_ssh_command(data[menu_entry_index])
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 6d745e6

Please sign in to comment.