Skip to content

Commit

Permalink
fix zoomeye turn page bug
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Dec 20, 2021
1 parent 8dacf7c commit 341575c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/pkg/subscraping/sources/zoomeye/zoomeye.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Se
results <- subscraping.Result{Source: s.Name(), Type: subscraping.Subdomain, Value: domain}
}
}
currentPage++
}
}()

Expand Down

0 comments on commit 341575c

Please sign in to comment.