fix WebScrapper instance
This commit is contained in:
@ -12,6 +12,10 @@ public class WebScrapper {
|
||||
|
||||
public static WebScrapper getInstance() { return instance; }
|
||||
|
||||
public WebScrapper() {
|
||||
instance = this;
|
||||
}
|
||||
|
||||
public void requestPrice()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user