1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +01:00

fix incorrect path bug

This commit is contained in:
lxsang 2022-02-10 10:18:03 +01:00
parent 64f02d4614
commit b5bee06263
2 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ function PostController:analyse(n)
if not n then
n = 5
end
local path = WWW_ROOT."/ai"
local path = WWW_ROOT..DIR_SEP.."ai"
local gettext = loadfile(path .. "/gettext.lua")()
local cluster = loadfile(path .. "/cluster.lua")()
local data = gettext.get({publish = 1})

Binary file not shown.