meteo_date
This commit is contained in:
@@ -81,8 +81,6 @@ pub async fn meteo_weather() -> Result<MucWeather, reqwest::Error> {
|
||||
.map(|s| s.trim())
|
||||
.unwrap_or("");
|
||||
|
||||
println!("{}", date_time);
|
||||
|
||||
if let Some(table) = fragment.select(&profile_selector).next() {
|
||||
for row in table.select(&row_selector) {
|
||||
let mut row_data = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user