From 39cd7e4c1aabbd3827be1219d3b1ec860a68e80c Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Thu, 8 Aug 2024 23:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9C=8D=E5=8A=A1=E5=99=A8ur?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.lua b/main.lua index ef4b0ed4..7609cec9 100644 --- a/main.lua +++ b/main.lua @@ -592,9 +592,9 @@ end table.sort(REPLAY,function(a,b) return a.fileName>b.fileName end) AUTHURL="https://www.studio26f.org/oauth?product=techmino" -AUTHHOST="www.studio26f.org" -WS.switchHost('www.studio26f.org','80','/techmino/ws/v1') -HTTP.setHost("www.studio26f.org") +AUTHHOST="www.studio26f.org:8080" +WS.switchHost('www.studio26f.org','8081','/techmino/ws/v1') +HTTP.setHost("www.studio26f.org:8081") HTTP.setThreadCount(1) table.insert(_LOADTIMELIST_,("Load Resources: %.3fs"):format(TIME()-_LOADTIME_))