We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc7bd2 commit 3373a70Copy full SHA for 3373a70
1 file changed
plugin/mcfish/pole.go
@@ -442,10 +442,10 @@ func init() {
442
return
443
}
444
445
- if rand.Intn(100) < 90 {
+ if rand.Intn(100) < 90 {
446
attribute := strconv.Itoa(durationList[thingName]) + "/0/" + strconv.Itoa(avgInduce) + "/" + strconv.Itoa(avgFavor)
447
newthing := article{
448
- Duration: time.Now().Unix() + int64(batch*10),
+ Duration: time.Now().Unix() + int64(batch*10),
449
Type: "pole",
450
Name: thingName,
451
Number: 1,
0 commit comments