1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

fix: change webui port

This commit is contained in:
2023-11-22 21:02:00 +08:00
parent 5e9615542c
commit 8fe578615d
8 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ import time
from subprocess import PIPE, Popen
from typing import TYPE_CHECKING
from module.logger import logger
from module.config.utils import random_id
from module.logger import logger
from module.webui.setting import State
if TYPE_CHECKING:
@@ -41,7 +41,7 @@ def am_i_the_only_thread() -> bool:
def remote_access_service(
local_host="127.0.0.1",
local_port=22367,
local_port=23467,
server="app.pywebio.online",
server_port=1022,
remote_port="/",