This commit is contained in:
parent
eceb5804a5
commit
8341deeb20
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def isalphanumeric(text:str):
|
||||||
def getident(hostt:str, clientport:int, ssll:bool):
|
def getident(hostt:str, clientport:int, ssll:bool):
|
||||||
try:
|
try:
|
||||||
identsender = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
identsender = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
identsender.timeout = 5
|
identsender.settimeout(5)
|
||||||
try:
|
try:
|
||||||
identsender.connect((hostt, 113))
|
identsender.connect((hostt, 113))
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Reference in a new issue