fix return float value
This commit is contained in:
@ -54,11 +54,12 @@ public class WebScrapper {
|
||||
|
||||
}
|
||||
|
||||
return 0.0f;
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return 0.0f;
|
||||
|
||||
}
|
||||
|
||||
public String requestImage(String urlPage) {
|
||||
|
||||
Reference in New Issue
Block a user