mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -192,6 +192,8 @@ impl BotsManager {
|
||||
}
|
||||
|
||||
pub async fn start(running: Arc<AtomicBool>) {
|
||||
BotsManager::check().await;
|
||||
|
||||
start_axum_server(running.clone()).await;
|
||||
|
||||
let mut tick_number: i32 = 0;
|
||||
|
||||
Reference in New Issue
Block a user