include change to main

This commit is contained in:
joe 2026-01-01 17:55:53 -08:00
parent bb33e28849
commit 71e1086ff7

View file

@ -40,7 +40,7 @@ async fn run_loop(bta: &BlogdorTheAggregator, mut announce_rx: UnboundedReceiver
biased; biased;
announce = announce_rx.recv() => { announce = announce_rx.recv() => {
if let Some(announce) = announce { if let Some(announce) = announce {
bta.announce_feed(&announce).await; bta.add_feed(&announce).await;
} }
} }
_ = check_feeds.tick() => { _ = check_feeds.tick() => {