From 791b5f6c9a542d4798bbd77f267bbd165c273989 Mon Sep 17 00:00:00 2001 From: bashmak Date: Fri, 18 Aug 2017 17:24:45 +0300 Subject: [PATCH] =?UTF-8?q?FIXBUG:=20=D0=B2=20=D0=BF=D0=B8=D0=BD=D0=B3=20?= =?UTF-8?q?=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D0=B0=D1=91=D0=BC=20=D0=B2=20=D1=82=D0=B5=D0=BA=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D0=BC=20=D0=B2=D0=B8=D0=B4=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/core.py b/agent/core.py index 4478149..8299755 100644 --- a/agent/core.py +++ b/agent/core.py @@ -97,7 +97,7 @@ class BaseTransmitter(metaclass=ABCMeta): """ @abstractmethod - @check_input_type(TariffStruct) + @check_input_type(str) def ping(self, host, count=10): """ :param host: ip адрес в текстовом виде, например '192.168.0.1'