Commit a18fb255 authored by luxq's avatar luxq

fix bug.

parent d062892d
......@@ -1212,9 +1212,9 @@ def get_default_bunnyfinder_params():
"image": "tscel/bunnyfinder:latest",
"strategy": "random",
"dbconnect": "",
"duration_per_strategy": 60,
"min_malicious_idx": 0,
"max_malicious_idx": 20,
"duration_per_strategy": "60",
"min_malicious_idx": "0",
"max_malicious_idx": "31",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment