Remove unused setIpExternal funtcion
This commit is contained in:
parent
447f5fd5c8
commit
439d2bcf7f
1 changed files with 0 additions and 6 deletions
|
@ -104,12 +104,6 @@ class FileServer(ConnectionServer):
|
|||
import imp
|
||||
FileRequest = imp.load_source("FileRequest", "src/File/FileRequest.py").FileRequest
|
||||
|
||||
# Set external ip without testing
|
||||
def setIpExternal(self, ip_external):
|
||||
logging.info("Setting external ip without testing: %s..." % ip_external)
|
||||
config.ip_external = ip_external
|
||||
self.port_opened = True
|
||||
|
||||
def portCheck(self):
|
||||
self.port_opened = {}
|
||||
if self.ui_server:
|
||||
|
|
Loading…
Reference in a new issue