luci-app-openclash: fix bug

This commit is contained in:
CN_SZTL 2020-03-06 00:09:41 +08:00
parent ab78f30c2c
commit 3298b7c401
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