From 8895a80a07b05185e58ffa4c9f08ddab7e368e60 Mon Sep 17 00:00:00 2001 From: Mikhail Grebenkin Date: Fri, 4 May 2018 09:46:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRST_mon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRST_mon.py b/IRST_mon.py index 3142f16..0e21066 100755 --- a/IRST_mon.py +++ b/IRST_mon.py @@ -198,7 +198,7 @@ def main(): if not args(): exit(0) elif args() != "sender": - print(json.dumps(discovery(exec(command),args()), indent=4, sort_keys=False)) + print(json.dumps(discovery(exec(command), args()), indent=4, sort_keys=False)) else: sender(exec(command))