Skip to content

Commit 34de64f

Browse files
committed
移除fofa query 跟的数据
1 parent 32ba855 commit 34de64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fofa/fofa_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (f *FoFa) fetchByFields(fields string, queryStr string) bool {
127127
if f.option.Debug {
128128
printer.Debugf("Fofa Api Query: %s", apiResult.Query)
129129
}
130-
if f.option.FetchFFIWithQueryAndSize || f.option.Debug {
130+
if f.option.FetchFFIWithQueryAndSize {
131131
printer.Successf("Fetch Data From [%s]: [%d/%d]", queryStr, len(apiResult.Results), apiResult.Size)
132132

133133
} else {

0 commit comments

Comments
 (0)