Skip to content

Commit

Permalink
Update system.go
Browse files Browse the repository at this point in the history
  • Loading branch information
metalwolf authored Aug 3, 2020
1 parent 34cdf57 commit 8020c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (u *UserAgent) evalOS(ua string) bool {
}
}

return u.maybeBot(ua string)
return u.maybeBot(ua)
}

// maybeBot checks if the UserAgent is a bot and sets
Expand Down

0 comments on commit 8020c8d

Please sign in to comment.