luci-app-openclash: fix bug

This commit is contained in:
CN_SZTL 2020-03-06 00:09:24 +08:00
parent d6934dceba
commit f1fcd2443c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -269,3 +269,4 @@ function action_download_rule()
luci.http.write_json({
game_rule_download_status = download_rule();
})
end