fix
This commit is contained in:
parent
7772ce55a3
commit
4223c1d138
@ -1,5 +1,6 @@
|
|||||||
local M = {}
|
local M = {}
|
||||||
local dict = require("Trans").db:open(M.conf.db_path)
|
local db_path = require("Trans").conf.db_path
|
||||||
|
local dict = require("Trans").db:open(db_path)
|
||||||
|
|
||||||
function M.query(arg)
|
function M.query(arg)
|
||||||
-- TODO: return type: a result table:
|
-- TODO: return type: a result table:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user