mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 18:04:09 +02:00
startup message
This commit is contained in:
parent
5ef6105c6d
commit
83d290173f
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ async fn main() -> Result<()> {
|
|||
let config = Config::from_file(&file)?;
|
||||
let mut fetcher = FeedFetcher::default();
|
||||
|
||||
println!("Running rss trigger for {} feeds", config.feed.len());
|
||||
|
||||
loop {
|
||||
for feed in config.feed.iter() {
|
||||
match fetcher.is_feed_updated(&feed.feed).await {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue