Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Light refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nylar committed Jan 12, 2015
1 parent eadd589 commit 2c240a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ func Crawler(url string, session *rdb.Session) error {

indexes := Indexer(content, d.ID)

_, _ = rdb.Db(Conf.Database.Name).Table(Conf.Tables.IndexTable).Insert(indexes).RunWrite(session)
_ = IndexBatchPut(session, indexes)
return nil
}

0 comments on commit 2c240a9

Please sign in to comment.