fix require path
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
local strip_path = require("strip_path")
|
||||
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
|
||||
local strip_path = require("lib.strip_path")
|
||||
|
||||
-- filename eg. /file_upload/xxxx-xxxx-xxxx-xxxx.mp3
|
||||
local function calc_token(filename)
|
||||
|
||||
Reference in New Issue
Block a user