Commit 275de72b authored by nanahira's avatar nanahira

tr

parent 779ebc08
......@@ -26,7 +26,7 @@ function Auxiliary.SplitData(inputstr)
return t
end
function Auxiliary.LoadDB(p,pool)
local file=io.popen("echo .exit | sqlite3 2pick/"..pool..".cdb -cmd 'select * from datas'")
local file=io.popen('echo .exit | sqlite3 2pick/'..pool..'.cdb -cmd "select * from datas"')
for line in file:lines() do
local data=Auxiliary.SplitData(line)
local code=data[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment