Fix a bug
This commit is contained in:
parent
0d3c403f08
commit
76e21a6378
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class PeerPortchecker(object):
|
||||||
"%s check error: %s in %.3fs" %
|
"%s check error: %s in %.3fs" %
|
||||||
(func_name, Debug.formatException(err), time.time() - s)
|
(func_name, Debug.formatException(err), time.time() - s)
|
||||||
)
|
)
|
||||||
res = {"ip": None, "opened": True}
|
res = {"ip": None, "opened": False}
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue