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')