瀏覽代碼

[Minor] Fix luacheck

tags/3.5
Vsevolod Stakhov 1 年之前
父節點
當前提交
59fcbfaa87
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/plugins/lua/phishing.lua

+ 1
- 1
src/plugins/lua/phishing.lua 查看文件

@@ -304,7 +304,7 @@ local function phishing_cb(task)
if not sweight then sweight = weight end
if #map > 0 then
for _,rule in ipairs(map) do
local found,dn = is_url_in_map(rule.map, furl)
local found,_ = is_url_in_map(rule.map, furl)
if found then
task:insert_result(rule.symbol, sweight, ptld .. '->' .. tld)
return true

Loading…
取消
儲存