parent
2d65a12781
commit
a0ff81d582
1 changed files with 0 additions and 3 deletions
|
@ -154,9 +154,6 @@ async fn handle_series(series: &SeriesConfig, communities: &HashMap<String, Comm
|
||||||
post_part_info.as_string().as_str(),
|
post_part_info.as_string().as_str(),
|
||||||
post_lemmy_info.title.as_str(),
|
post_lemmy_info.title.as_str(),
|
||||||
) {
|
) {
|
||||||
let message = format!("Skipping '{}' since already posted", post_lemmy_info.title);
|
|
||||||
write_info(message);
|
|
||||||
post_list.remove(index);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue