Skip to content

Commit

Permalink
更新 quotation_handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bighu630 authored Dec 3, 2024
1 parent a6eb2e3 commit 6166157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/quotation_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (y *quotationsHandler) CheckUpdate(b *gotgbot.Bot, ctx *ext.Context) bool {
crossR = true
}
if crossR {
return getRandomProbability(0.6)
return getRandomProbability(0.7)
}
return false
}
Expand Down

0 comments on commit 6166157

Please sign in to comment.