Import fetchers instead of jnovel module in main

This commit is contained in:
Neshura 2024-01-08 21:07:36 +01:00
parent b9a26a7b1c
commit 167fcdb7ad
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -13,9 +13,9 @@ use tokio::time::sleep;
mod bot; mod bot;
mod config; mod config;
mod jnovel;
mod lemmy; mod lemmy;
mod post_history; mod post_history;
mod fetchers;
pub(crate) fn write_error(err_msg: String) { pub(crate) fn write_error(err_msg: String) {
match connected_to_journal() { match connected_to_journal() {