updated ipbl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-09-10 20:37:45 +02:00
parent e068b4740c
commit fbf9382ca4

View File

@ -45,7 +45,7 @@ func HandleWSRR(c echo.Context, cfg *config.Config) error {
log.Println(err) log.Println(err)
} }
if apievent.IPData.IP != "" && apievent.IPData.IP == lastip { if lastip != "" && apievent.IPData.IP == lastip {
continue continue
} }