parent
a3d5144d72
commit
b2383ab29f
|
|
@ -1055,7 +1055,7 @@ def lookup(guess, name_server):
|
||||||
exit()
|
exit()
|
||||||
except:
|
except:
|
||||||
# probably socket timed out
|
# probably socket timed out
|
||||||
print("ERROR - possible socket timeout when trying " + guess + ' at server ' + name_server)
|
print(R + "ERROR - possible socket timeout when trying " + guess + ' at server ' + name_server + W)
|
||||||
pass
|
pass
|
||||||
if response:
|
if response:
|
||||||
if debug:
|
if debug:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue