rake: fix syntax error in danbooru:images:validate rake task.

This commit is contained in:
evazion
2021-12-08 21:30:33 -06:00
parent 908a0bf3e0
commit fd127cbaba

View File

@@ -48,7 +48,8 @@ namespace :danbooru do
f.close
end
puts { id: asset.id, md5: asset.md5 }.to_json
hash = { id: asset.id, md5: asset.md5 }.to_json
puts hash
rescue RuntimeError => e
hash = {
asset: {