Skip to content

Commit

Permalink
移除fofa query 跟的数据
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Mar 27, 2022
1 parent 32ba855 commit 34de64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fofa/fofa_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (f *FoFa) fetchByFields(fields string, queryStr string) bool {
if f.option.Debug {
printer.Debugf("Fofa Api Query: %s", apiResult.Query)
}
if f.option.FetchFFIWithQueryAndSize || f.option.Debug {
if f.option.FetchFFIWithQueryAndSize {
printer.Successf("Fetch Data From [%s]: [%d/%d]", queryStr, len(apiResult.Results), apiResult.Size)

} else {
Expand Down

0 comments on commit 34de64f

Please sign in to comment.