parent
22bbaaa002
commit
cd78d3c1c7
3 changed files with 6 additions and 4 deletions
src
|
@ -102,6 +102,8 @@ pub(crate) async fn run() {
|
|||
|
||||
let series = config.series.clone();
|
||||
for series in series {
|
||||
let info_msg = format!("Handling Series {}", series.slug);
|
||||
info!(info_msg);
|
||||
if handle_series(&series, &communities, &lemmy, &config, &mut post_history)
|
||||
.await
|
||||
.is_err()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue