Skip to content

Commit

Permalink
Update task_19_2c.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pyneng authored Jun 17, 2019
1 parent c198360 commit 3e3b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/19_ssh_telnet/task_19_2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'''

# списки команд с ошибками и без:
commands_with_errors = ['logging 0255.255.1', 'logging', 'i']
commands_with_errors = ['logging 0255.255.1', 'logging', 'a']
correct_commands = ['logging buffered 20010', 'ip http server']

commands = commands_with_errors + correct_commands

0 comments on commit 3e3b402

Please sign in to comment.