From 67aede4f2ac16815f377d9e27f5582842e185955 Mon Sep 17 00:00:00 2001 From: ramanuj760 <51733702+ramanuj760@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:47:27 +0530 Subject: [PATCH] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index ae12d00..59678bd 100755 --- a/test.py +++ b/test.py @@ -30,7 +30,7 @@ local_ready = True if local_ready and p2 is None: - p2 = Popen(dig_cmd.split(), shell=False, bufsize=0, close_fds=True) + p2 = Popen(dig_cmd.split(), shell=False, bufsize=0, close_fds=True) break if p2 is not None: