We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee7255 commit df82ad1Copy full SHA for df82ad1
main.py
@@ -47,9 +47,9 @@
47
if 1 <= digit_int <= len(uuids):
48
ssh_connection.delete_user(ssh, digit_int, uuids)
49
else:
50
- print("No user with this number exists")
+ print("Пользователя с таким номером не существует")
51
except ValueError:
52
- print("Please enter a number or 'exit'")
+ print("Введите номер пользователя или напишите 'exit'")
53
54
elif digit == '3':
55
ssh_connection.find_users(ssh) # Simply display the list
0 commit comments