Merge pull request #1876 from tangdou1/patch-1

Fix a bug
This commit is contained in:
ZeroNet 2019-01-24 11:48:10 +01:00 committed by GitHub
commit fa99f3dbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class PeerPortchecker(object):
"%s check error: %s in %.3fs" %
(func_name, Debug.formatException(err), time.time() - s)
)
res = {"ip": None, "opened": True}
res = {"ip": None, "opened": False}
return res