ns up up
This commit is contained in:
parent
8a5d7d5f53
commit
c7bb7228da
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ from subprocess import Popen
|
|||
class Ans(StdAns):
|
||||
def GETMSG(self):
|
||||
domain = self.raw_msg['message'][4:]
|
||||
p = Popen(["nslookup ",domain])
|
||||
p = Popen(["nslookup",domain])
|
||||
msg = p.read()
|
||||
return msg
|
||||
|
|
Loading…
Reference in a new issue