修复笔误

pull/552/head
jd82k 1 year ago committed by GitHub
parent 4ecbfb3e58
commit fd7fa885ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      plugins/op_waf/index.py

@ -974,9 +974,9 @@ def setRetry():
## 修复数据类型错误
tmp = args
tmp['cycle'] = int(tmp['retry'])
tmp['limit'] = int(tmp['retry_time'])
tmp['endtime'] = int(tmp['retry_cycle'])
tmp['retry'] = int(tmp['retry'])
tmp['retry_time'] = int(tmp['retry_time'])
tmp['retry_cycle'] = int(tmp['retry_cycle'])
cobj['retry'] = tmp
cjson = mw.getJson(cobj)

Loading…
Cancel
Save