This commit is contained in:
parent
4f0af09e69
commit
006cc58e2a
@ -456,7 +456,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
println!("{}", str_rep);
|
println!("{}", str_rep);
|
||||||
w_cid(cid.to_string(), log_file(&"n1"), true);
|
w_cid(cid.to_string(), log_file(&"n1"), true);
|
||||||
}
|
}
|
||||||
} else if uri == &manga_uri && uri_root == &manga_uri {
|
} else if uri_root == &manga_uri {
|
||||||
println!("manga_uri:{}", manga_uri);
|
println!("manga_uri:{}", manga_uri);
|
||||||
let output = Command::new(data_scpt(&"ai"))
|
let output = Command::new(data_scpt(&"ai"))
|
||||||
.arg(&"atproto").arg(&"manga")
|
.arg(&"atproto").arg(&"manga")
|
||||||
|
Loading…
Reference in New Issue
Block a user