Skip to content

Commit

Permalink
1.代码未解开注释
Browse files Browse the repository at this point in the history
  • Loading branch information
WuYi5451 committed Sep 6, 2024
1 parent 83142a7 commit eee1023
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/java/yalong/site/services/lcu/ChampSelectStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,22 @@ private void showMatchHistory() throws IOException {

@Override
public void doThis() {
// try {
// autoBanPick();
// } catch (Exception e) {
// log.error("ban/pick错误", e);
// }
try {
autoBanPick();
} catch (Exception e) {
log.error("ban/pick错误", e);
}

try {
showMatchHistory();
} catch (Exception e) {
log.error("显示队友数据错误", e);
}

// try {
// selectScore();
// } catch (Exception e) {
// log.error("sendScore错误", e);
// }
try {
selectScore();
} catch (Exception e) {
log.error("sendScore错误", e);
}
}
}

0 comments on commit eee1023

Please sign in to comment.