Small fix in P2P portcheck
This commit is contained in:
parent
bf69d24566
commit
8487056edb
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class FileServer(ConnectionServer):
|
||||||
return self.testOpenportCanyouseeme(port)
|
return self.testOpenportCanyouseeme(port)
|
||||||
else:
|
else:
|
||||||
return back
|
return back
|
||||||
return back
|
|
||||||
|
|
||||||
def testOpenportP2P(self, port=None):
|
def testOpenportP2P(self, port=None):
|
||||||
self.log.info("Checking port %s using P2P..." % port)
|
self.log.info("Checking port %s using P2P..." % port)
|
||||||
|
|
Loading…
Reference in a new issue