mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 07:45:35 +01:00
Fix scheduler
This commit is contained in:
@@ -52,7 +52,7 @@ async fn main() {
|
||||
|
||||
tokio::spawn(async {
|
||||
match cron_jobs().await {
|
||||
Ok(_) => (),
|
||||
Ok(v) => v.await,
|
||||
Err(e) => panic!("{:?}", e),
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user