mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Add update lock
This commit is contained in:
@@ -27,7 +27,7 @@ async fn update(headers: HeaderMap) -> &'static str {
|
||||
match updater::update().await {
|
||||
Ok(_) => log::info!("Updated!"),
|
||||
Err(err) => log::info!("Updater err: {:?}", err),
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
"Update started"
|
||||
|
||||
Reference in New Issue
Block a user