整理代码

This commit is contained in:
MrZ626
2021-05-01 02:27:16 +08:00
parent f8de8d4f16
commit bd8e55b977
9 changed files with 18 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ do--Connect
res,err=SOCK:receive("*l")
if not res then readCHN:push(err)return end
if not ctLen and res:find("length")then
ctLen=tonumber(res:match"%d+")
ctLen=tonumber(res:match("%d+"))
end
until res==""