This commit is contained in:
2023-08-09 03:38:52 +02:00
parent 5a2db83494
commit 0cf59e186d

View File

@@ -22,8 +22,6 @@ pub async fn download_from_downloader(
CONFIG.downloader_url CONFIG.downloader_url
); );
log::info!("{url}");
let response = reqwest::Client::new() let response = reqwest::Client::new()
.get(url) .get(url)
.header("Authorization", &CONFIG.downloader_api_key) .header("Authorization", &CONFIG.downloader_api_key)