Minor changes
This commit is contained in:
@ -10,7 +10,7 @@ func main() {
|
||||
defer arn.Node.Close()
|
||||
|
||||
for user := range arn.StreamUsers() {
|
||||
if user.Notifications().CountUnseen() <= 10 && !user.IsActive() && user.Email != "" && len(user.AnimeList().Items) > 0 {
|
||||
if user.Notifications().CountUnseen() <= 10 && !user.IsActive() && user.Email != "" && len(user.AnimeList().Items) == 0 {
|
||||
fmt.Println(user.Email)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user