fix check cid
This commit is contained in:
parent
14ca1bcdee
commit
ddd6f37118
@ -60,7 +60,6 @@ pub fn c_feed_watch(c: &Context) {
|
||||
|
||||
if check_cid == false && { prompt.is_empty() == false || com.is_empty() == false } {
|
||||
println!("{}", handle);
|
||||
|
||||
if c.bool_flag("debug") == true {
|
||||
println!(
|
||||
"cid:{}\nuri:{}\ncid_root:{}\nuri_root:{}\nhost:{}\ndid:{}\ncheck_cid:{}",
|
||||
|
@ -358,15 +358,12 @@ fn refresh(_c: &Context) {
|
||||
let session = session::get_request().await;
|
||||
if session == "err" {
|
||||
let res = refresh::post_request().await;
|
||||
println!("{}", res);
|
||||
if res == "err" {
|
||||
let m = data_toml(&"handle");
|
||||
let p = data_toml(&"password");
|
||||
let s = data_toml(&"host");
|
||||
println!("handle:{}, pass:{}, host:{}", m, p, s);
|
||||
let res = token::post_request(m.to_string(), p.to_string(), s.to_string()).await;
|
||||
w_cfg(&s, &res, &p);
|
||||
println!("res:{}", res);
|
||||
} else {
|
||||
w_refresh(&res);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user