This commit is contained in:
parent
e068b4740c
commit
fbf9382ca4
@ -45,7 +45,7 @@ func HandleWSRR(c echo.Context, cfg *config.Config) error {
|
||||
log.Println(err)
|
||||
}
|
||||
|
||||
if apievent.IPData.IP != "" && apievent.IPData.IP == lastip {
|
||||
if lastip != "" && apievent.IPData.IP == lastip {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user