fix cpe importer worker using non existant import method. we need donwload_and_import method instead
This commit is contained in:
parent
f55a21439e
commit
c7e3bf4fb7
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ class CpeImporterWorker
|
|||
|
||||
def perform(*args)
|
||||
puts "Hello, I am #{jid} with args #{args}"
|
||||
CpeImporter.new.import
|
||||
CpeImporter.download_and_import
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue