This commit is contained in:
parent
14ca1bcdee
commit
4a3965efcd
@ -58,9 +58,8 @@ pub fn c_feed_watch(c: &Context) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if check_cid == false && { prompt.is_empty() == false || com.is_empty() == false } {
|
if prompt.is_empty() == false || com.is_empty() == false {
|
||||||
println!("{}", handle);
|
println!("{}", handle);
|
||||||
|
|
||||||
if c.bool_flag("debug") == true {
|
if c.bool_flag("debug") == true {
|
||||||
println!(
|
println!(
|
||||||
"cid:{}\nuri:{}\ncid_root:{}\nuri_root:{}\nhost:{}\ndid:{}\ncheck_cid:{}",
|
"cid:{}\nuri:{}\ncid_root:{}\nuri_root:{}\nhost:{}\ndid:{}\ncheck_cid:{}",
|
||||||
|
Loading…
Reference in New Issue
Block a user