fix.修复偶现收完信用点后不购物的问题

This commit is contained in:
MistEO
2021-11-25 11:04:51 +08:00
committed by GitHub
parent f501e6d8d5
commit 04bd6b726b

View File

@@ -23,7 +23,7 @@ bool asst::CreditShoppingTask::run()
CreditShopImageAnalyzer shop_analyzer(image);
if (!shop_analyzer.analyze()) {
return true;
return false;
}
const auto& shopping_list = shop_analyzer.get_result();