This commit is contained in:
parent
2c113edd4b
commit
2bb4f37243
@ -327,7 +327,8 @@ pub fn c_bot(c: &Context) {
|
|||||||
println!("handlev {}", handlev);
|
println!("handlev {}", handlev);
|
||||||
println!("ten_l {}", ten_l);
|
println!("ten_l {}", ten_l);
|
||||||
if ten_l == 3 {
|
if ten_l == 3 {
|
||||||
ten_p = d.lines().collect::<Vec<_>>()[2];
|
ten_p = d.lines().collect::<Vec<_>>()[1];
|
||||||
|
println!("ten_p {}", ten_p);
|
||||||
}
|
}
|
||||||
if ten_p != "true" {
|
if ten_p != "true" {
|
||||||
link = "https://card.syui.ai/".to_owned() + &handlev;
|
link = "https://card.syui.ai/".to_owned() + &handlev;
|
||||||
|
Loading…
Reference in New Issue
Block a user