minimum viable

This commit is contained in:
simon987
2019-03-30 09:02:55 -04:00
parent 3470be6086
commit 76bc8293d6
5 changed files with 144 additions and 156 deletions

View File

@@ -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")