bug fixes for iqdb

This commit is contained in:
r888888888
2014-03-26 17:20:34 -07:00
parent 594b09b8c9
commit c41d2a733b
3 changed files with 9 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ module Iqdb
end
def process(&block)
IO.popen("iqdb #{database}", "w", &block)
IO.popen("iqdb command #{database}", "w", &block)
end
def add(post)