diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 15:56:32 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 15:56:32 +0100 |
commit | 5649f83b9b8a4a830f000cf74d10b3a0b49426e8 (patch) | |
tree | 3153362790e2536b2ccec87965aa7df7a582b218 | |
parent | 6891da43b38f5eaeeec2082186a76d0cff71474d (diff) |
storage
-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]) |