diff options
| author | horus | 2018-05-14 16:40:03 +0200 |
|---|---|---|
| committer | horus | 2018-05-14 16:40:03 +0200 |
| commit | d2e65d7a6d51c030ebc87b660bf482ae2ad024f3 (patch) | |
| tree | fce56a19f25d0118600f38c1c1d94575c3c1f663 /crawler/post_process.go | |
| parent | 006efbf61b28febfb79e93f6476e0552bbcc08bc (diff) | |
| download | alkobote-d2e65d7a6d51c030ebc87b660bf482ae2ad024f3.tar.gz | |
Various fix, e.g. it repairs wrong image urls. (crawler)
Diffstat (limited to 'crawler/post_process.go')
| -rw-r--r-- | crawler/post_process.go | 8 |
1 files changed, 0 insertions, 8 deletions
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 } |
