mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 18:04:09 +02:00
more debug
This commit is contained in:
parent
482911ebca
commit
fe8a05dd96
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ async fn main_loop(config: Config) {
|
||||||
req = req.json(&feed.body);
|
req = req.json(&feed.body);
|
||||||
debug!("setting body '{:?}'", feed.body);
|
debug!("setting body '{:?}'", feed.body);
|
||||||
}
|
}
|
||||||
|
debug!("request '{:?}'", req);
|
||||||
if let Err(e) = req.send().await.and_then(|res| res.error_for_status()) {
|
if let Err(e) = req.send().await.and_then(|res| res.error_for_status()) {
|
||||||
eprintln!("{:#}", e);
|
eprintln!("{:#}", e);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue