mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix
This commit is contained in:
@@ -270,6 +270,9 @@ impl BotsManager {
|
||||
loop {
|
||||
if !running.load(Ordering::SeqCst) {
|
||||
manager.stop_data.0.stop();
|
||||
};
|
||||
|
||||
if manager.stop_data.1.is_stopped() {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user