opt.优化会客室处理速度

This commit is contained in:
MistEO
2021-12-24 22:42:26 +08:00
parent f1ee5c112f
commit 55620a6b80
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ bool asst::InfrastReceptionTask::proc_vacancy()
sleep(delay);
// 识别右边列表中的线索,然后用最底下的那个(一般都是剩余时间最短的)
swipe_to_the_bottom_of_clue_list_on_the_right();
//swipe_to_the_bottom_of_clue_list_on_the_right();
image = Ctrler.get_image();
InfrastClueImageAnalyzer clue_analyzer(image);
if (!clue_analyzer.analyze()) {