We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a018d2 commit 6879e76Copy full SHA for 6879e76
1 file changed
cmd/webscan.go
@@ -109,6 +109,7 @@ func initFinger() error {
109
if err != nil {
110
return err
111
}
112
+ fingerData = []byte(resp.String())
113
gologger.Info().Msgf("当前指纹非最新版本,已获取最新指纹")
114
115
// parse
0 commit comments