Skip to content

Commit df82ad1

Browse files
committed
translated block with delete users to russian
1 parent cee7255 commit df82ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
if 1 <= digit_int <= len(uuids):
4848
ssh_connection.delete_user(ssh, digit_int, uuids)
4949
else:
50-
print("No user with this number exists")
50+
print("Пользователя с таким номером не существует")
5151
except ValueError:
52-
print("Please enter a number or 'exit'")
52+
print("Введите номер пользователя или напишите 'exit'")
5353

5454
elif digit == '3':
5555
ssh_connection.find_users(ssh) # Simply display the list

0 commit comments

Comments
 (0)