forked from e621ng/e621ng
iqdb fixes
This commit is contained in:
parent
0adfc79087
commit
36dab73998
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,4 +13,5 @@ coverage
|
|||||||
*.swp
|
*.swp
|
||||||
tmp/*.jpg
|
tmp/*.jpg
|
||||||
tmp/*.png
|
tmp/*.png
|
||||||
danbooru.db
|
danbooru.db
|
||||||
|
iqdb.db
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'config', 'environment'))
|
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'config', 'environment'))
|
||||||
|
|
||||||
Iqdb::Importer.import!
|
Iqdb::Importer.new.import!
|
||||||
|
Loading…
Reference in New Issue
Block a user