New and generic scrape algorithm #11

Merged
SoXX merged 20 commits from dev/algorithm into main 2024-11-01 21:39:21 +00:00
Showing only changes of commit 263d65adc1 - Show all commits

View File

@ -99,7 +99,7 @@ outer:
return taskSummery, err
}
if len(anthroveFaves) > 0 {
if len(anthroveFaves) < 0 {
span.AddEvent("No more favorites found to add")
log.WithContext(ctx).WithFields(basicLoggingInfo).Info("No more favorites found")
break outer