From 3e3b402185a179887821798ae29e34c77e5ea9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D1=82=D0=B0=D1=88=D0=B0=20=D0=A1=D0=B0=D0=BC?= =?UTF-8?q?=D0=BE=D0=B9=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 17 Jun 2019 09:52:24 +0300 Subject: [PATCH] Update task_19_2c.py --- exercises/19_ssh_telnet/task_19_2c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/19_ssh_telnet/task_19_2c.py b/exercises/19_ssh_telnet/task_19_2c.py index 34c9b57..da126e8 100644 --- a/exercises/19_ssh_telnet/task_19_2c.py +++ b/exercises/19_ssh_telnet/task_19_2c.py @@ -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