include change to main
This commit is contained in:
parent
bb33e28849
commit
71e1086ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -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() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue