diff options
-rw-r--r-- | storage.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage.lua b/storage.lua index 20fe3a4..a33039d 100644 --- a/storage.lua +++ b/storage.lua @@ -36,4 +36,5 @@ local function search(query) end end end - + +search(arg[1]) |