From d2e65d7a6d51c030ebc87b660bf482ae2ad024f3 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 14 May 2018 16:40:03 +0200 Subject: Various fix, e.g. it repairs wrong image urls. (crawler) --- crawler/post_process.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crawler/post_process.go') diff --git a/crawler/post_process.go b/crawler/post_process.go index ea4426c..8ef4dce 100644 --- a/crawler/post_process.go +++ b/crawler/post_process.go @@ -20,14 +20,6 @@ func (app *App) post_process() error { } } - // reruns sanitizing functions over database - if app.Config.FixDatabase { - err := app.fix_db() - if err != nil { - return err - } - } - return nil } -- cgit v1.2.3