Skip to content

Commit

Permalink
🥇 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerSec committed May 20, 2022
1 parent 7315599 commit 75e19b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commons/core/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (r *Runner) Run() {
for t := 0; t < k; t++ {
j := i
task := func() {
log.Debugf("Running Submit %d url is %s %d", t, urls[j], j)
log.Debugf("Running Submit threads %d url is %s %d", t, urls[j], j)
Start2(urls[j], hashmap) // Start k goroutines
wg.Done()
}
Expand Down

0 comments on commit 75e19b8

Please sign in to comment.