chore.更新企鹅数据相关配置字段

This commit is contained in:
MistEO
2021-10-15 22:36:06 +08:00
parent c85448f0a8
commit de3928523f
8 changed files with 26 additions and 22 deletions

View File

@@ -104,7 +104,7 @@ bool ProcessTask::run()
static const std::string dirname = utils::get_cur_dir() + "screenshot\\";
save_image(image, dirname);
}
if (opt.upload_to_penguin) {
if (opt.penguin_report) {
PenguinUploader::upload(res);
}
}