mirror of
https://github.com/xingsu1021/pthelper.git
synced 2026-06-14 22:16:24 +08:00
fix
This commit is contained in:
@@ -221,7 +221,7 @@ class RssRuleAddView(LoginRequiredMixin,TemplateView):
|
||||
refresh_time = request.POST.get("refresh_time",'')
|
||||
notifys = request.POST.getlist("notifys[]")
|
||||
rate = request.POST.get("rate").strip()
|
||||
is_paused = request.POST.get("rate")
|
||||
is_paused = request.POST.get("is_paused")
|
||||
|
||||
ormdata_config = Config.objects.get(id=int(config_id))
|
||||
ormdata_tools = Tools.objects.get(id=int(tools_id))
|
||||
|
||||
Reference in New Issue
Block a user