Temporary disable P2P port checking until more client start supporting it
This commit is contained in:
parent
57c042ef79
commit
02ad7542b3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class FileServer(ConnectionServer):
|
|||
def testOpenport(self, port=None, use_alternative=True):
|
||||
if not port:
|
||||
port = self.port
|
||||
back = self.testOpenportP2P(port)
|
||||
back = self.testOpenportPortchecker(port)
|
||||
if back["result"] is not True and use_alternative: # If no success try alternative checker
|
||||
return self.testOpenportCanyouseeme(port)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue