mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-14 07:39:03 +00:00
minimum viable
This commit is contained in:
@@ -148,7 +148,7 @@ func (o *OD) Watch(results chan File) {
|
||||
}
|
||||
|
||||
// Upload results
|
||||
err = PushResult(&o.Result, f)
|
||||
err = PushResult(&o.Task, f)
|
||||
if err != nil {
|
||||
logrus.WithError(err).
|
||||
Error("Failed uploading crawl results")
|
||||
|
||||
Reference in New Issue
Block a user