diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua index 33a8ac56f1..5137f9cbc6 100644 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua +++ b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua @@ -14,7 +14,7 @@ end local uci = luci.model.uci.cursor() local server_count = 0 -uci:foreach("vssr", "servers", function(s) +uci:foreach("shadowsocksr", "servers", function(s) server_count = server_count + 1 end)