Live update ip_external
This commit is contained in:
parent
6460b7b0a1
commit
86657529c9
1 changed files with 3 additions and 0 deletions
|
@ -1088,4 +1088,7 @@ class UiWebsocket(object):
|
|||
if key == "log_level":
|
||||
logging.getLogger('').setLevel(logging.getLevelName(config.log_level))
|
||||
|
||||
if key == "ip_external":
|
||||
sys.modules["main"].file_server.portCheck()
|
||||
|
||||
self.response(to, "ok")
|
||||
|
|
Loading…
Reference in a new issue