Skip to content

Commit

Permalink
fix: webscan
Browse files Browse the repository at this point in the history
  • Loading branch information
niudaii committed Dec 22, 2022
1 parent 0a018d2 commit 6879e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func initFinger() error {
if err != nil {
return err
}
fingerData = []byte(resp.String())
gologger.Info().Msgf("当前指纹非最新版本,已获取最新指纹")
}
// parse
Expand Down

0 comments on commit 6879e76

Please sign in to comment.