fix return float value

This commit is contained in:
Σlie *
2026-02-27 20:03:56 +01:00
parent 0d225bea41
commit 595f2bce3b

View File

@ -54,11 +54,12 @@ public class WebScrapper {
}
return 0.0f;
} catch (Exception e) {
e.printStackTrace();
}
return 0.0f;
}
public String requestImage(String urlPage) {