Import fetchers instead of jnovel module in main
This commit is contained in:
parent
b9a26a7b1c
commit
167fcdb7ad
1 changed files with 1 additions and 1 deletions
|
@ -13,9 +13,9 @@ use tokio::time::sleep;
|
|||
|
||||
mod bot;
|
||||
mod config;
|
||||
mod jnovel;
|
||||
mod lemmy;
|
||||
mod post_history;
|
||||
mod fetchers;
|
||||
|
||||
pub(crate) fn write_error(err_msg: String) {
|
||||
match connected_to_journal() {
|
||||
|
|
Loading…
Reference in a new issue