Error Line in Red

Error Line in Red
This commit is contained in:
Touhid M Shaikh 2019-03-20 15:13:03 +05:30 committed by GitHub
parent a3d5144d72
commit b2383ab29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1055,7 +1055,7 @@ def lookup(guess, name_server):
exit()
except:
# 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
if response:
if debug: