Commit 90f8f0aa authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by GitHub

Update Commands.rb

parent d62ca6ba
......@@ -47,6 +47,8 @@ module Commands
id = YGOCoreJudgers.get_id card
path = File.join Global.full_answer_path, id.to_s + Global.image_type
File.delete path if File.exist? path
path = File.join Global.full_answer_path, 'thumbnail', id.to_s + Global.image_type
File.delete path if File.exist? path
end
MSETranslator.generate_mse_all(data)
MSETranslator.export_mse_all if export
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment