1
0

fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
syui 2024-03-31 00:42:57 +09:00
parent 65d475e55c
commit f4354b96d0
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -324,9 +324,7 @@ pub fn c_bot(c: &Context) {
let text_limit = c_char(dd);
handlev = d.lines().collect::<Vec<_>>()[0].to_string();
let ten_l = d.lines().collect::<Vec<_>>().len();
if ten_l == 0 {
println!("{}", ten_l);
} else {
if ten_l == 1 {
ten_p = d.lines().collect::<Vec<_>>()[1];
}
if ten_p != "true" {